Html Css Color HEX #AC5376 Royal Heath

📋 copy color: '#AC5376'

red 172 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #AC5376

Tints of Royal Heath #AC5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

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

R = 46.11%
G = 22.25%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC5376 (or 0xAC5376) is known color: Royal Heath. HEX triplet: AC, 53 and 76. RGB value is (172,83,118). Sum of RGB (Red+Green+Blue) = 172+83+118=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5376 is #53AC89. Grayscale: #717171. Windows color (decimal): -5483658 or 7754668. OLE color: 7754668.

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

Color convert

RGB 172 83 118 -
CMYK 0 0.52 0.31 0.33
HSL 336.4º 0.35% 0.5% -
HSV(B) 336.4º 0.52% 0.67% -
XYZ 23.38 16.27 19.05 -
YUV 113.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 172 83 118 0 0.52 0.31 0.33 336.4 0.35 0.5
Hex AC 53 76 0 34 1F 21 150 23 32
Octal 254 123 166 0 64 37 41 520 43 62
Binary 10101100 1010011 1110110 0 110100 11111 100001 101010000 100011 110010

Color Harmonies of #AC5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5376

Black with #AC5376

Text Example


Text Example

White with #AC5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5376; }

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

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

background-color css

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

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

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

border-color css

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

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

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