Html Css Color HEX #AC5674 Royal Heath

📋 copy color: '#AC5674'

red 172 ◦ green 86 ◦ blue 116

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

Shades of Royal Heath #AC5674

Tints of Royal Heath #AC5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

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

R = 45.99%
G = 22.99%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5674 (or 0xAC5674) is known color: Royal Heath. HEX triplet: AC, 56 and 74. RGB value is (172,86,116). Sum of RGB (Red+Green+Blue) = 172+86+116=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5674 is #53A98B. Grayscale: #737373. Windows color (decimal): -5482892 or 7624364. OLE color: 7624364.

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

Color convert

RGB 172 86 116 -
CMYK 0 0.5 0.33 0.33
HSL 339.07º 0.34% 0.51% -
HSV(B) 339.07º 0.5% 0.67% -
XYZ 23.49 16.69 18.51 -
YUV 115.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 172 86 116 0 0.5 0.33 0.33 339.07 0.34 0.51
Hex AC 56 74 0 32 21 21 153 22 33
Octal 254 126 164 0 62 41 41 523 42 63
Binary 10101100 1010110 1110100 0 110010 100001 100001 101010011 100010 110011

Color Harmonies of #AC5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5674

Black with #AC5674

Text Example


Text Example

White with #AC5674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5674; }

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

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

background-color css

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

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

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

border-color css

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

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

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