Html Css Color HEX #A45059 Hippie Pink

📋 copy color: '#A45059'

red 164 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #A45059

Tints of Hippie Pink #A45059

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 49.25%
G = 24.02%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A45059 (or 0xA45059) is known color: Hippie Pink. HEX triplet: A4, 50 and 59. RGB value is (164,80,89). Sum of RGB (Red+Green+Blue) = 164+80+89=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45059 is #5BAFA6. Grayscale: #6A6A6A. Windows color (decimal): -6008743 or 5853348. OLE color: 5853348.

HSL color Cylindrical-coordinate representation of color #A45059: hue angle of 353.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A45059 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 89 -
CMYK 0 0.51 0.46 0.36
HSL 353.57º 0.34% 0.48% -
HSV(B) 353.57º 0.51% 0.64% -
XYZ 19.98 14.35 11.17 -
YUV 106.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 164 80 89 0 0.51 0.46 0.36 353.57 0.34 0.48
Hex A4 50 59 0 33 2E 24 162 22 30
Octal 244 120 131 0 63 56 44 542 42 60
Binary 10100100 1010000 1011001 0 110011 101110 100100 101100010 100010 110000

Color Harmonies of #A45059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45059

Black with #A45059

Text Example


Text Example

White with #A45059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45059; }

 p { color: rgb(164,80,89); }

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

background-color css

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

 a { background-color: rgb(164,80,89); }

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

border-color css

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

 span { border-color: rgb(164,80,89); }

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