Html Css Color HEX #AC5271 Royal Heath

📋 copy color: '#AC5271'

red 172 ◦ green 82 ◦ blue 113

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

Shades of Royal Heath #AC5271

Tints of Royal Heath #AC5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 46.87%
G = 22.34%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5271 (or 0xAC5271) is known color: Royal Heath. HEX triplet: AC, 52 and 71. RGB value is (172,82,113). Sum of RGB (Red+Green+Blue) = 172+82+113=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5271 is #53AD8E. Grayscale: #707070. Windows color (decimal): -5483919 or 7426732. OLE color: 7426732.

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

Color convert

RGB 172 82 113 -
CMYK 0 0.52 0.34 0.33
HSL 339.33º 0.35% 0.5% -
HSV(B) 339.33º 0.52% 0.67% -
XYZ 23.01 16 17.5 -
YUV 112.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 172 82 113 0 0.52 0.34 0.33 339.33 0.35 0.5
Hex AC 52 71 0 34 22 21 153 23 32
Octal 254 122 161 0 64 42 41 523 43 62
Binary 10101100 1010010 1110001 0 110100 100010 100001 101010011 100011 110010

Color Harmonies of #AC5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5271

Black with #AC5271

Text Example


Text Example

White with #AC5271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5271; }

 p { color: rgb(172,82,113); }

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

background-color css

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

 a { background-color: rgb(172,82,113); }

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

border-color css

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

 span { border-color: rgb(172,82,113); }

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