Html Css Color HEX #A35977 Royal Heath

📋 copy color: '#A35977'

red 163 ◦ green 89 ◦ blue 119

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

Shades of Royal Heath #A35977

Tints of Royal Heath #A35977

RGB

 RED value IS 163 (64.06% from 255) = 43.94%

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

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

R = 43.94%
G = 23.99%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A35977 (or 0xA35977) is known color: Royal Heath. HEX triplet: A3, 59 and 77. RGB value is (163,89,119). Sum of RGB (Red+Green+Blue) = 163+89+119=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A35977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35977 is #5CA688. Grayscale: #727272. Windows color (decimal): -6071945 or 7821731. OLE color: 7821731.

HSL color Cylindrical-coordinate representation of color #A35977: hue angle of 335.68º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35977 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 119 -
CMYK 0 0.45 0.27 0.36
HSL 335.68º 0.29% 0.49% -
HSV(B) 335.68º 0.45% 0.64% -
XYZ 22.01 16.26 19.43 -
YUV 114.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 163 89 119 0 0.45 0.27 0.36 335.68 0.29 0.49
Hex A3 59 77 0 2D 1B 24 150 1D 31
Octal 243 131 167 0 55 33 44 520 35 61
Binary 10100011 1011001 1110111 0 101101 11011 100100 101010000 11101 110001

Color Harmonies of #A35977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35977

Black with #A35977

Text Example


Text Example

White with #A35977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35977; }

 p { color: rgb(163,89,119); }

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

background-color css

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

 a { background-color: rgb(163,89,119); }

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

border-color css

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

 span { border-color: rgb(163,89,119); }

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