Html Css Color HEX #A04A57 Hippie Pink

📋 copy color: '#A04A57'

red 160 ◦ green 74 ◦ blue 87

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

Shades of Hippie Pink #A04A57

Tints of Hippie Pink #A04A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 49.84%
G = 23.05%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A04A57 (or 0xA04A57) is known color: Hippie Pink. HEX triplet: A0, 4A and 57. RGB value is (160,74,87). Sum of RGB (Red+Green+Blue) = 160+74+87=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A57 is #5FB5A8. Grayscale: #656565. Windows color (decimal): -6272425 or 5720736. OLE color: 5720736.

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

Color convert

RGB 160 74 87 -
CMYK 0 0.54 0.46 0.37
HSL 350.93º 0.37% 0.46% -
HSV(B) 350.93º 0.54% 0.63% -
XYZ 18.67 13.06 10.55 -
YUV 101.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 160 74 87 0 0.54 0.46 0.37 350.93 0.37 0.46
Hex A0 4A 57 0 36 2E 25 15F 25 2E
Octal 240 112 127 0 66 56 45 537 45 56
Binary 10100000 1001010 1010111 0 110110 101110 100101 101011111 100101 101110

Color Harmonies of #A04A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A57

Black with #A04A57

Text Example


Text Example

White with #A04A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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