Html Css Color HEX #AC5A73 Royal Heath

📋 copy color: '#AC5A73'

red 172 ◦ green 90 ◦ blue 115

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

Shades of Royal Heath #AC5A73

Tints of Royal Heath #AC5A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 45.62%
G = 23.87%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5A73 (or 0xAC5A73) is known color: Royal Heath. HEX triplet: AC, 5A and 73. RGB value is (172,90,115). Sum of RGB (Red+Green+Blue) = 172+90+115=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A73 is #53A58C. Grayscale: #757575. Windows color (decimal): -5481869 or 7559852. OLE color: 7559852.

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

Color convert

RGB 172 90 115 -
CMYK 0 0.48 0.33 0.33
HSL 341.71º 0.33% 0.51% -
HSV(B) 341.71º 0.48% 0.67% -
XYZ 23.76 17.32 18.31 -
YUV 117.37 126.67 166.97 -
System Red Green Blue C M Y K H S L
Decimal 172 90 115 0 0.48 0.33 0.33 341.71 0.33 0.51
Hex AC 5A 73 0 30 21 21 156 21 33
Octal 254 132 163 0 60 41 41 526 41 63
Binary 10101100 1011010 1110011 0 110000 100001 100001 101010110 100001 110011

Color Harmonies of #AC5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A73

Black with #AC5A73

Text Example


Text Example

White with #AC5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A73; }

 p { color: rgb(172,90,115); }

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

background-color css

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

 a { background-color: rgb(172,90,115); }

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

border-color css

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

 span { border-color: rgb(172,90,115); }

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