Html Css Color HEX #A95962 Hippie Pink

📋 copy color: '#A95962'

red 169 ◦ green 89 ◦ blue 98

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

Shades of Hippie Pink #A95962

Tints of Hippie Pink #A95962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 47.47%
G = 25%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A95962 (or 0xA95962) is known color: Hippie Pink. HEX triplet: A9, 59 and 62. RGB value is (169,89,98). Sum of RGB (Red+Green+Blue) = 169+89+98=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A95962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95962 is #56A69D. Grayscale: #717171. Windows color (decimal): -5678750 or 6445481. OLE color: 6445481.

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

Color convert

RGB 169 89 98 -
CMYK 0 0.47 0.42 0.34
HSL 353.25º 0.32% 0.51% -
HSV(B) 353.25º 0.47% 0.66% -
XYZ 22.14 16.46 13.57 -
YUV 113.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 169 89 98 0 0.47 0.42 0.34 353.25 0.32 0.51
Hex A9 59 62 0 2F 2A 22 161 20 33
Octal 251 131 142 0 57 52 42 541 40 63
Binary 10101001 1011001 1100010 0 101111 101010 100010 101100001 100000 110011

Color Harmonies of #A95962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95962

Black with #A95962

Text Example


Text Example

White with #A95962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95962; }

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

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

background-color css

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

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

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

border-color css

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

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

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