Html Css Color HEX #A85979 Royal Heath

📋 copy color: '#A85979'

red 168 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #A85979

Tints of Royal Heath #A85979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 44.44%
G = 23.54%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A85979 (or 0xA85979) is known color: Royal Heath. HEX triplet: A8, 59 and 79. RGB value is (168,89,121). Sum of RGB (Red+Green+Blue) = 168+89+121=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A85979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85979 is #57A686. Grayscale: #747474. Windows color (decimal): -5744263 or 7952808. OLE color: 7952808.

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

Color convert

RGB 168 89 121 -
CMYK 0 0.47 0.28 0.34
HSL 335.7º 0.31% 0.5% -
HSV(B) 335.7º 0.47% 0.66% -
XYZ 23.17 16.85 20.12 -
YUV 116.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 168 89 121 0 0.47 0.28 0.34 335.7 0.31 0.5
Hex A8 59 79 0 2F 1C 22 150 1F 32
Octal 250 131 171 0 57 34 42 520 37 62
Binary 10101000 1011001 1111001 0 101111 11100 100010 101010000 11111 110010

Color Harmonies of #A85979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85979

Black with #A85979

Text Example


Text Example

White with #A85979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85979; }

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

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

background-color css

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

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

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

border-color css

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

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

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