Html Css Color HEX #A85975 Royal Heath

📋 copy color: '#A85975'

red 168 ◦ green 89 ◦ blue 117

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

Shades of Royal Heath #A85975

Tints of Royal Heath #A85975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 44.92%
G = 23.8%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A85975 (or 0xA85975) is known color: Royal Heath. HEX triplet: A8, 59 and 75. RGB value is (168,89,117). Sum of RGB (Red+Green+Blue) = 168+89+117=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A85975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85975 is #57A68A. Grayscale: #737373. Windows color (decimal): -5744267 or 7690664. OLE color: 7690664.

HSL color Cylindrical-coordinate representation of color #A85975: hue angle of 338.73º 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 #A85975 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 117 -
CMYK 0 0.47 0.30 0.34
HSL 338.73º 0.31% 0.5% -
HSV(B) 338.73º 0.47% 0.66% -
XYZ 22.93 16.75 18.85 -
YUV 115.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 168 89 117 0 0.47 0.30 0.34 338.73 0.31 0.5
Hex A8 59 75 0 2F 1E 22 153 1F 32
Octal 250 131 165 0 57 36 42 523 37 62
Binary 10101000 1011001 1110101 0 101111 11110 100010 101010011 11111 110010

Color Harmonies of #A85975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85975

Black with #A85975

Text Example


Text Example

White with #A85975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85975; }

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

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

background-color css

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

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

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

border-color css

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

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

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