Html Css Color HEX #A05459 Hippie Pink

📋 copy color: '#A05459'

red 160 ◦ green 84 ◦ blue 89

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

Shades of Hippie Pink #A05459

Tints of Hippie Pink #A05459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 48.05%
G = 25.23%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A05459 (or 0xA05459) is known color: Hippie Pink. HEX triplet: A0, 54 and 59. RGB value is (160,84,89). Sum of RGB (Red+Green+Blue) = 160+84+89=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05459 is #5FABA6. Grayscale: #6B6B6B. Windows color (decimal): -6269863 or 5854368. OLE color: 5854368.

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

Color convert

RGB 160 84 89 -
CMYK 0 0.48 0.44 0.37
HSL 356.05º 0.31% 0.48% -
HSV(B) 356.05º 0.48% 0.63% -
XYZ 19.47 14.54 11.23 -
YUV 107.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 160 84 89 0 0.48 0.44 0.37 356.05 0.31 0.48
Hex A0 54 59 0 30 2C 25 164 1F 30
Octal 240 124 131 0 60 54 45 544 37 60
Binary 10100000 1010100 1011001 0 110000 101100 100101 101100100 11111 110000

Color Harmonies of #A05459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05459

Black with #A05459

Text Example


Text Example

White with #A05459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05459; }

 p { color: rgb(160,84,89); }

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

background-color css

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

 a { background-color: rgb(160,84,89); }

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

border-color css

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

 span { border-color: rgb(160,84,89); }

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