Html Css Color HEX #A85059 Hippie Pink

📋 copy color: '#A85059'

red 168 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #A85059

Tints of Hippie Pink #A85059

RGB

 RED value IS 168 (66.02% from 255) = 49.85%

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

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

R = 49.85%
G = 23.74%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A85059 (or 0xA85059) is known color: Hippie Pink. HEX triplet: A8, 50 and 59. RGB value is (168,80,89). Sum of RGB (Red+Green+Blue) = 168+80+89=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A85059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85059 is #57AFA6. Grayscale: #6B6B6B. Windows color (decimal): -5746599 or 5853352. OLE color: 5853352.

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

Color convert

RGB 168 80 89 -
CMYK 0 0.52 0.47 0.34
HSL 353.86º 0.35% 0.49% -
HSV(B) 353.86º 0.52% 0.66% -
XYZ 20.82 14.78 11.21 -
YUV 107.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 168 80 89 0 0.52 0.47 0.34 353.86 0.35 0.49
Hex A8 50 59 0 34 2F 22 162 23 31
Octal 250 120 131 0 64 57 42 542 43 61
Binary 10101000 1010000 1011001 0 110100 101111 100010 101100010 100011 110001

Color Harmonies of #A85059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85059

Black with #A85059

Text Example


Text Example

White with #A85059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85059; }

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

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

background-color css

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

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

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

border-color css

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

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

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