Html Css Color HEX #AC5273 Royal Heath

📋 copy color: '#AC5273'

red 172 ◦ green 82 ◦ blue 115

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

Shades of Royal Heath #AC5273

Tints of Royal Heath #AC5273

RGB

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

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

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

R = 46.61%
G = 22.22%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5273 (or 0xAC5273) is known color: Royal Heath. HEX triplet: AC, 52 and 73. RGB value is (172,82,115). Sum of RGB (Red+Green+Blue) = 172+82+115=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5273 is #53AD8C. Grayscale: #707070. Windows color (decimal): -5483917 or 7557804. OLE color: 7557804.

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

Color convert

RGB 172 82 115 -
CMYK 0 0.52 0.33 0.33
HSL 338º 0.35% 0.5% -
HSV(B) 338º 0.52% 0.67% -
XYZ 23.13 16.04 18.1 -
YUV 112.67 129.32 170.32 -
System Red Green Blue C M Y K H S L
Decimal 172 82 115 0 0.52 0.33 0.33 338 0.35 0.5
Hex AC 52 73 0 34 21 21 152 23 32
Octal 254 122 163 0 64 41 41 522 43 62
Binary 10101100 1010010 1110011 0 110100 100001 100001 101010010 100011 110010

Color Harmonies of #AC5273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5273

Black with #AC5273

Text Example


Text Example

White with #AC5273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5273; }

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

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

background-color css

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

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

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

border-color css

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

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

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