Html Css Color HEX #A04F52 Hippie Pink

📋 copy color: '#A04F52'

red 160 ◦ green 79 ◦ blue 82

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

Shades of Hippie Pink #A04F52

Tints of Hippie Pink #A04F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

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

R = 49.84%
G = 24.61%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A04F52 (or 0xA04F52) is known color: Hippie Pink. HEX triplet: A0, 4F and 52. RGB value is (160,79,82). Sum of RGB (Red+Green+Blue) = 160+79+82=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F52 is #5FB0AD. Grayscale: #676767. Windows color (decimal): -6271150 or 5394336. OLE color: 5394336.

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

Color convert

RGB 160 79 82 -
CMYK 0 0.51 0.49 0.37
HSL 357.78º 0.34% 0.47% -
HSV(B) 357.78º 0.51% 0.63% -
XYZ 18.82 13.67 9.63 -
YUV 103.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 160 79 82 0 0.51 0.49 0.37 357.78 0.34 0.47
Hex A0 4F 52 0 33 31 25 166 22 2F
Octal 240 117 122 0 63 61 45 546 42 57
Binary 10100000 1001111 1010010 0 110011 110001 100101 101100110 100010 101111

Color Harmonies of #A04F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F52

Black with #A04F52

Text Example


Text Example

White with #A04F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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