Html Css Color HEX #A85E77 Royal Heath

📋 copy color: '#A85E77'

red 168 ◦ green 94 ◦ blue 119

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

Shades of Royal Heath #A85E77

Tints of Royal Heath #A85E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.67%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 44.09%
G = 24.67%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A85E77 (or 0xA85E77) is known color: Royal Heath. HEX triplet: A8, 5E and 77. RGB value is (168,94,119). Sum of RGB (Red+Green+Blue) = 168+94+119=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E77 is #57A188. Grayscale: #767676. Windows color (decimal): -5742985 or 7823016. OLE color: 7823016.

HSL color Cylindrical-coordinate representation of color #A85E77: hue angle of 339.73º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85E77 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 94 119 -
CMYK 0 0.44 0.29 0.34
HSL 339.73º 0.3% 0.51% -
HSV(B) 339.73º 0.44% 0.66% -
XYZ 23.48 17.66 19.62 -
YUV 118.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 168 94 119 0 0.44 0.29 0.34 339.73 0.3 0.51
Hex A8 5E 77 0 2C 1D 22 154 1E 33
Octal 250 136 167 0 54 35 42 524 36 63
Binary 10101000 1011110 1110111 0 101100 11101 100010 101010100 11110 110011

Color Harmonies of #A85E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E77

Black with #A85E77

Text Example


Text Example

White with #A85E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E77; }

 p { color: rgb(168,94,119); }

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

background-color css

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

 a { background-color: rgb(168,94,119); }

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

border-color css

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

 span { border-color: rgb(168,94,119); }

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