Html Css Color HEX #A95A5E Hippie Pink

📋 copy color: '#A95A5E'

red 169 ◦ green 90 ◦ blue 94

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

Shades of Hippie Pink #A95A5E

Tints of Hippie Pink #A95A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 47.88%
G = 25.5%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A95A5E (or 0xA95A5E) is known color: Hippie Pink. HEX triplet: A9, 5A and 5E. RGB value is (169,90,94). Sum of RGB (Red+Green+Blue) = 169+90+94=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A5E is #56A5A1. Grayscale: #727272. Windows color (decimal): -5678498 or 6183593. OLE color: 6183593.

HSL color Cylindrical-coordinate representation of color #A95A5E: hue angle of 356.96º degrees, saturation: 0.31, 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 #A95A5E is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 94 -
CMYK 0 0.47 0.44 0.34
HSL 356.96º 0.31% 0.51% -
HSV(B) 356.96º 0.47% 0.66% -
XYZ 22.04 16.56 12.62 -
YUV 114.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 169 90 94 0 0.47 0.44 0.34 356.96 0.31 0.51
Hex A9 5A 5E 0 2F 2C 22 165 1F 33
Octal 251 132 136 0 57 54 42 545 37 63
Binary 10101001 1011010 1011110 0 101111 101100 100010 101100101 11111 110011

Color Harmonies of #A95A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A5E

Black with #A95A5E

Text Example


Text Example

White with #A95A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A5E; }

 p { color: rgb(169,90,94); }

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

background-color css

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

 a { background-color: rgb(169,90,94); }

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

border-color css

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

 span { border-color: rgb(169,90,94); }

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