Html Css Color HEX #AC5973 Royal Heath

📋 copy color: '#AC5973'

red 172 ◦ green 89 ◦ blue 115

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

Shades of Royal Heath #AC5973

Tints of Royal Heath #AC5973

RGB

 RED value IS 172 (67.58% from 255) = 45.74%

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 45.74%
G = 23.67%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5973 (or 0xAC5973) is known color: Royal Heath. HEX triplet: AC, 59 and 73. RGB value is (172,89,115). Sum of RGB (Red+Green+Blue) = 172+89+115=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5973 is #53A68C. Grayscale: #747474. Windows color (decimal): -5482125 or 7559596. OLE color: 7559596.

HSL color Cylindrical-coordinate representation of color #AC5973: hue angle of 341.2º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5973 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 115 -
CMYK 0 0.48 0.33 0.33
HSL 341.2º 0.33% 0.51% -
HSV(B) 341.2º 0.48% 0.67% -
XYZ 23.68 17.15 18.28 -
YUV 116.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 172 89 115 0 0.48 0.33 0.33 341.2 0.33 0.51
Hex AC 59 73 0 30 21 21 155 21 33
Octal 254 131 163 0 60 41 41 525 41 63
Binary 10101100 1011001 1110011 0 110000 100001 100001 101010101 100001 110011

Color Harmonies of #AC5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5973

Black with #AC5973

Text Example


Text Example

White with #AC5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5973; }

 p { color: rgb(172,89,115); }

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

background-color css

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

 a { background-color: rgb(172,89,115); }

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

border-color css

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

 span { border-color: rgb(172,89,115); }

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