Html Css Color HEX #A04A55 Hippie Pink

📋 copy color: '#A04A55'

red 160 ◦ green 74 ◦ blue 85

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

Shades of Hippie Pink #A04A55

Tints of Hippie Pink #A04A55

RGB

 RED value IS 160 (62.89% from 255) = 50.16%

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 50.16%
G = 23.2%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A04A55 (or 0xA04A55) is known color: Hippie Pink. HEX triplet: A0, 4A and 55. RGB value is (160,74,85). Sum of RGB (Red+Green+Blue) = 160+74+85=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A55 is #5FB5AA. Grayscale: #656565. Windows color (decimal): -6272427 or 5589664. OLE color: 5589664.

HSL color Cylindrical-coordinate representation of color #A04A55: hue angle of 352.33º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A55 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 74 85 -
CMYK 0 0.54 0.47 0.37
HSL 352.33º 0.37% 0.46% -
HSV(B) 352.33º 0.54% 0.63% -
XYZ 18.59 13.03 10.13 -
YUV 100.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 160 74 85 0 0.54 0.47 0.37 352.33 0.37 0.46
Hex A0 4A 55 0 36 2F 25 160 25 2E
Octal 240 112 125 0 66 57 45 540 45 56
Binary 10100000 1001010 1010101 0 110110 101111 100101 101100000 100101 101110

Color Harmonies of #A04A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A55

Black with #A04A55

Text Example


Text Example

White with #A04A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A55; }

 p { color: rgb(160,74,85); }

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

background-color css

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

 a { background-color: rgb(160,74,85); }

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

border-color css

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

 span { border-color: rgb(160,74,85); }

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