Html Css Color HEX #AC5C76 Royal Heath

📋 copy color: '#AC5C76'

red 172 ◦ green 92 ◦ blue 118

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

Shades of Royal Heath #AC5C76

Tints of Royal Heath #AC5C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

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

R = 45.03%
G = 24.08%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5C76 (or 0xAC5C76) is known color: Royal Heath. HEX triplet: AC, 5C and 76. RGB value is (172,92,118). Sum of RGB (Red+Green+Blue) = 172+92+118=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C76 is #53A389. Grayscale: #767676. Windows color (decimal): -5481354 or 7756972. OLE color: 7756972.

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

Color convert

RGB 172 92 118 -
CMYK 0 0.47 0.31 0.33
HSL 340.5º 0.33% 0.52% -
HSV(B) 340.5º 0.47% 0.67% -
XYZ 24.11 17.73 19.29 -
YUV 118.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 172 92 118 0 0.47 0.31 0.33 340.5 0.33 0.52
Hex AC 5C 76 0 2F 1F 21 154 21 34
Octal 254 134 166 0 57 37 41 524 41 64
Binary 10101100 1011100 1110110 0 101111 11111 100001 101010100 100001 110100

Color Harmonies of #AC5C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C76

Black with #AC5C76

Text Example


Text Example

White with #AC5C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C76; }

 p { color: rgb(172,92,118); }

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

background-color css

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

 a { background-color: rgb(172,92,118); }

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

border-color css

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

 span { border-color: rgb(172,92,118); }

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