Html Css Color HEX #AC5C74 Royal Heath

📋 copy color: '#AC5C74'

red 172 ◦ green 92 ◦ blue 116

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

Shades of Royal Heath #AC5C74

Tints of Royal Heath #AC5C74

RGB

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

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

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

R = 45.26%
G = 24.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5C74 (or 0xAC5C74) is known color: Royal Heath. HEX triplet: AC, 5C and 74. RGB value is (172,92,116). Sum of RGB (Red+Green+Blue) = 172+92+116=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C74 is #53A38B. Grayscale: #767676. Windows color (decimal): -5481356 or 7625900. OLE color: 7625900.

HSL color Cylindrical-coordinate representation of color #AC5C74: hue angle of 342º 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 #AC5C74 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 116 -
CMYK 0 0.47 0.33 0.33
HSL 342º 0.33% 0.52% -
HSV(B) 342º 0.47% 0.67% -
XYZ 23.99 17.69 18.67 -
YUV 118.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 172 92 116 0 0.47 0.33 0.33 342 0.33 0.52
Hex AC 5C 74 0 2F 21 21 156 21 34
Octal 254 134 164 0 57 41 41 526 41 64
Binary 10101100 1011100 1110100 0 101111 100001 100001 101010110 100001 110100

Color Harmonies of #AC5C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C74

Black with #AC5C74

Text Example


Text Example

White with #AC5C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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