Html Css Color HEX #AC5075 Royal Heath

📋 copy color: '#AC5075'

red 172 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #AC5075

Tints of Royal Heath #AC5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 46.61%
G = 21.68%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC5075 (or 0xAC5075) is known color: Royal Heath. HEX triplet: AC, 50 and 75. RGB value is (172,80,117). Sum of RGB (Red+Green+Blue) = 172+80+117=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5075 is #53AF8A. Grayscale: #6F6F6F. Windows color (decimal): -5484427 or 7688364. OLE color: 7688364.

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

Color convert

RGB 172 80 117 -
CMYK 0 0.53 0.32 0.33
HSL 335.87º 0.37% 0.49% -
HSV(B) 335.87º 0.53% 0.67% -
XYZ 23.09 15.79 18.66 -
YUV 111.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 172 80 117 0 0.53 0.32 0.33 335.87 0.37 0.49
Hex AC 50 75 0 35 20 21 150 25 31
Octal 254 120 165 0 65 40 41 520 45 61
Binary 10101100 1010000 1110101 0 110101 100000 100001 101010000 100101 110001

Color Harmonies of #AC5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5075

Black with #AC5075

Text Example


Text Example

White with #AC5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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