Html Css Color HEX #A04A52 Hippie Pink

📋 copy color: '#A04A52'

red 160 ◦ green 74 ◦ blue 82

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

Shades of Hippie Pink #A04A52

Tints of Hippie Pink #A04A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 50.63%
G = 23.42%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A04A52 (or 0xA04A52) is known color: Hippie Pink. HEX triplet: A0, 4A and 52. RGB value is (160,74,82). Sum of RGB (Red+Green+Blue) = 160+74+82=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A52 is #5FB5AD. Grayscale: #646464. Windows color (decimal): -6272430 or 5393056. OLE color: 5393056.

HSL color Cylindrical-coordinate representation of color #A04A52: hue angle of 354.42º 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 #A04A52 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 74 82 -
CMYK 0 0.54 0.49 0.37
HSL 354.42º 0.37% 0.46% -
HSV(B) 354.42º 0.54% 0.63% -
XYZ 18.47 12.98 9.51 -
YUV 100.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 160 74 82 0 0.54 0.49 0.37 354.42 0.37 0.46
Hex A0 4A 52 0 36 31 25 162 25 2E
Octal 240 112 122 0 66 61 45 542 45 56
Binary 10100000 1001010 1010010 0 110110 110001 100101 101100010 100101 101110

Color Harmonies of #A04A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A52

Black with #A04A52

Text Example


Text Example

White with #A04A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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