Html Css Color HEX #A9505F Hippie Pink

📋 copy color: '#A9505F'

red 169 ◦ green 80 ◦ blue 95

#A9505F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A9505F

Tints of Hippie Pink #A9505F

RGB

 RED value IS 169 (66.41% from 255) = 49.13%

 GREEN value IS 80 (31.64% from 255) = 23.26%

 BLUE value IS 95 (37.5% from 255) = 27.62%

R = 49.13%
G = 23.26%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A9505F (or 0xA9505F) is known color: Hippie Pink. HEX triplet: A9, 50 and 5F. RGB value is (169,80,95). Sum of RGB (Red+Green+Blue) = 169+80+95=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9505F is #56AFA0. Grayscale: #6C6C6C. Windows color (decimal): -5681057 or 6246569. OLE color: 6246569.

HSL color Cylindrical-coordinate representation of color #A9505F: hue angle of 349.89º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9505F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 95 -
CMYK 0 0.53 0.44 0.34
HSL 349.89º 0.36% 0.49% -
HSV(B) 349.89º 0.53% 0.66% -
XYZ 21.3 15 12.6 -
YUV 108.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 169 80 95 0 0.53 0.44 0.34 349.89 0.36 0.49
Hex A9 50 5F 0 35 2C 22 15E 24 31
Octal 251 120 137 0 65 54 42 536 44 61
Binary 10101001 1010000 1011111 0 110101 101100 100010 101011110 100100 110001

Color Harmonies of #A9505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9505F

Black with #A9505F

Text Example


Text Example

White with #A9505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9505F; }

 p { color: rgb(169,80,95); }

 H1.HeaderClassName
 {
   color: #A9505F;
 }
 .AnyTagClassName
 {
   color: #A9505F;
 }
</style>

background-color css

<style>
 a { background-color: #A9505F; }

 a { background-color: rgb(169,80,95); }

 div.DivClassName
 {
   background-color: #A9505F;
 }
 .BgClassName
 {
   background-color: #A9505F;
 }
</style>

border-color css

<style>
 span { border-color: #A9505F; }

 span { border-color: rgb(169,80,95); }

 td.TdClassName
 {
   border-color: #A9505F;
 }
 .TagClassName
 {
   border-color: #A9505F;
 }
</style>