Html Css Color HEX #AC5873 Royal Heath

📋 copy color: '#AC5873'

red 172 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #AC5873

Tints of Royal Heath #AC5873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 45.87%
G = 23.47%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5873 (or 0xAC5873) is known color: Royal Heath. HEX triplet: AC, 58 and 73. RGB value is (172,88,115). Sum of RGB (Red+Green+Blue) = 172+88+115=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5873 is #53A78C. Grayscale: #747474. Windows color (decimal): -5482381 or 7559340. OLE color: 7559340.

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

Color convert

RGB 172 88 115 -
CMYK 0 0.49 0.33 0.33
HSL 340.71º 0.34% 0.51% -
HSV(B) 340.71º 0.49% 0.67% -
XYZ 23.6 16.99 18.25 -
YUV 116.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 172 88 115 0 0.49 0.33 0.33 340.71 0.34 0.51
Hex AC 58 73 0 31 21 21 155 22 33
Octal 254 130 163 0 61 41 41 525 42 63
Binary 10101100 1011000 1110011 0 110001 100001 100001 101010101 100010 110011

Color Harmonies of #AC5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5873

Black with #AC5873

Text Example


Text Example

White with #AC5873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5873; }

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

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

background-color css

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

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

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

border-color css

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

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

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