Html Css Color HEX #AC5875 Royal Heath

📋 copy color: '#AC5875'

red 172 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #AC5875

Tints of Royal Heath #AC5875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 45.62%
G = 23.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC5875 (or 0xAC5875) is known color: Royal Heath. HEX triplet: AC, 58 and 75. RGB value is (172,88,117). Sum of RGB (Red+Green+Blue) = 172+88+117=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5875 is #53A78A. Grayscale: #747474. Windows color (decimal): -5482379 or 7690412. OLE color: 7690412.

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

Color convert

RGB 172 88 117 -
CMYK 0 0.49 0.32 0.33
HSL 339.29º 0.34% 0.51% -
HSV(B) 339.29º 0.49% 0.67% -
XYZ 23.71 17.03 18.87 -
YUV 116.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 172 88 117 0 0.49 0.32 0.33 339.29 0.34 0.51
Hex AC 58 75 0 31 20 21 153 22 33
Octal 254 130 165 0 61 40 41 523 42 63
Binary 10101100 1011000 1110101 0 110001 100000 100001 101010011 100010 110011

Color Harmonies of #AC5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5875

Black with #AC5875

Text Example


Text Example

White with #AC5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5875; }

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

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

background-color css

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

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

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

border-color css

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

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

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