Html Css Color HEX #A9495A Hippie Pink

📋 copy color: '#A9495A'

red 169 ◦ green 73 ◦ blue 90

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

Shades of Hippie Pink #A9495A

Tints of Hippie Pink #A9495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 50.9%
G = 21.99%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9495A (or 0xA9495A) is known color: Hippie Pink. HEX triplet: A9, 49 and 5A. RGB value is (169,73,90). Sum of RGB (Red+Green+Blue) = 169+73+90=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9495A is #56B6A5. Grayscale: #676767. Windows color (decimal): -5682854 or 5917097. OLE color: 5917097.

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

Color convert

RGB 169 73 90 -
CMYK 0 0.57 0.47 0.34
HSL 349.38º 0.4% 0.47% -
HSV(B) 349.38º 0.57% 0.66% -
XYZ 20.59 13.94 11.28 -
YUV 103.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 169 73 90 0 0.57 0.47 0.34 349.38 0.4 0.47
Hex A9 49 5A 0 39 2F 22 15D 28 2F
Octal 251 111 132 0 71 57 42 535 50 57
Binary 10101001 1001001 1011010 0 111001 101111 100010 101011101 101000 101111

Color Harmonies of #A9495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9495A

Black with #A9495A

Text Example


Text Example

White with #A9495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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