Html Css Color HEX #A85459 Hippie Pink

📋 copy color: '#A85459'

red 168 ◦ green 84 ◦ blue 89

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

Shades of Hippie Pink #A85459

Tints of Hippie Pink #A85459

RGB

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

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

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

R = 49.27%
G = 24.63%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A85459 (or 0xA85459) is known color: Hippie Pink. HEX triplet: A8, 54 and 59. RGB value is (168,84,89). Sum of RGB (Red+Green+Blue) = 168+84+89=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A85459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85459 is #57ABA6. Grayscale: #6D6D6D. Windows color (decimal): -5745575 or 5854376. OLE color: 5854376.

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

Color convert

RGB 168 84 89 -
CMYK 0 0.5 0.47 0.34
HSL 356.43º 0.33% 0.49% -
HSV(B) 356.43º 0.5% 0.66% -
XYZ 21.12 15.39 11.31 -
YUV 109.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 168 84 89 0 0.5 0.47 0.34 356.43 0.33 0.49
Hex A8 54 59 0 32 2F 22 164 21 31
Octal 250 124 131 0 62 57 42 544 41 61
Binary 10101000 1010100 1011001 0 110010 101111 100010 101100100 100001 110001

Color Harmonies of #A85459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85459

Black with #A85459

Text Example


Text Example

White with #A85459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85459; }

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

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

background-color css

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

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

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

border-color css

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

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

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