Html Css Color HEX #AC5874 Royal Heath

📋 copy color: '#AC5874'

red 172 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #AC5874

Tints of Royal Heath #AC5874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 45.74%
G = 23.4%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5874 (or 0xAC5874) is known color: Royal Heath. HEX triplet: AC, 58 and 74. RGB value is (172,88,116). Sum of RGB (Red+Green+Blue) = 172+88+116=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5874 is #53A78B. Grayscale: #747474. Windows color (decimal): -5482380 or 7624876. OLE color: 7624876.

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

Color convert

RGB 172 88 116 -
CMYK 0 0.49 0.33 0.33
HSL 340º 0.34% 0.51% -
HSV(B) 340º 0.49% 0.67% -
XYZ 23.66 17.01 18.56 -
YUV 116.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 172 88 116 0 0.49 0.33 0.33 340 0.34 0.51
Hex AC 58 74 0 31 21 21 154 22 33
Octal 254 130 164 0 61 41 41 524 42 63
Binary 10101100 1011000 1110100 0 110001 100001 100001 101010100 100010 110011

Color Harmonies of #AC5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5874

Black with #AC5874

Text Example


Text Example

White with #AC5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5874; }

 p { color: rgb(172,88,116); }

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

background-color css

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

 a { background-color: rgb(172,88,116); }

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

border-color css

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

 span { border-color: rgb(172,88,116); }

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