Html Css Color HEX #A95659 Hippie Pink

📋 copy color: '#A95659'

red 169 ◦ green 86 ◦ blue 89

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

Shades of Hippie Pink #A95659

Tints of Hippie Pink #A95659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 49.13%
G = 25%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A95659 (or 0xA95659) is known color: Hippie Pink. HEX triplet: A9, 56 and 59. RGB value is (169,86,89). Sum of RGB (Red+Green+Blue) = 169+86+89=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A95659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95659 is #56A9A6. Grayscale: #6F6F6F. Windows color (decimal): -5679527 or 5854889. OLE color: 5854889.

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

Color convert

RGB 169 86 89 -
CMYK 0 0.49 0.47 0.34
HSL 357.83º 0.33% 0.5% -
HSV(B) 357.83º 0.49% 0.66% -
XYZ 21.49 15.81 11.37 -
YUV 111.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 169 86 89 0 0.49 0.47 0.34 357.83 0.33 0.5
Hex A9 56 59 0 31 2F 22 166 21 32
Octal 251 126 131 0 61 57 42 546 41 62
Binary 10101001 1010110 1011001 0 110001 101111 100010 101100110 100001 110010

Color Harmonies of #A95659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95659

Black with #A95659

Text Example


Text Example

White with #A95659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95659; }

 p { color: rgb(169,86,89); }

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

background-color css

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

 a { background-color: rgb(169,86,89); }

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

border-color css

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

 span { border-color: rgb(169,86,89); }

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