Html Css Color HEX #A45976 Royal Heath

📋 copy color: '#A45976'

red 164 ◦ green 89 ◦ blue 118

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

Shades of Royal Heath #A45976

Tints of Royal Heath #A45976

RGB

 RED value IS 164 (64.45% from 255) = 44.2%

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

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 44.2%
G = 23.99%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A45976 (or 0xA45976) is known color: Royal Heath. HEX triplet: A4, 59 and 76. RGB value is (164,89,118). Sum of RGB (Red+Green+Blue) = 164+89+118=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45976 is #5BA689. Grayscale: #727272. Windows color (decimal): -6006410 or 7756196. OLE color: 7756196.

HSL color Cylindrical-coordinate representation of color #A45976: hue angle of 336.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A45976 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 118 -
CMYK 0 0.46 0.28 0.36
HSL 336.8º 0.3% 0.5% -
HSV(B) 336.8º 0.46% 0.64% -
XYZ 22.15 16.35 19.13 -
YUV 114.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 164 89 118 0 0.46 0.28 0.36 336.8 0.3 0.5
Hex A4 59 76 0 2E 1C 24 151 1E 32
Octal 244 131 166 0 56 34 44 521 36 62
Binary 10100100 1011001 1110110 0 101110 11100 100100 101010001 11110 110010

Color Harmonies of #A45976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45976

Black with #A45976

Text Example


Text Example

White with #A45976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45976; }

 p { color: rgb(164,89,118); }

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

background-color css

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

 a { background-color: rgb(164,89,118); }

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

border-color css

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

 span { border-color: rgb(164,89,118); }

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