Html Css Color HEX #AC506F Royal Heath

📋 copy color: '#AC506F'

red 172 ◦ green 80 ◦ blue 111

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

Shades of Royal Heath #AC506F

Tints of Royal Heath #AC506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 47.38%
G = 22.04%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC506F (or 0xAC506F) is known color: Royal Heath. HEX triplet: AC, 50 and 6F. RGB value is (172,80,111). Sum of RGB (Red+Green+Blue) = 172+80+111=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC506F is #53AF90. Grayscale: #6F6F6F. Windows color (decimal): -5484433 or 7295148. OLE color: 7295148.

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

Color convert

RGB 172 80 111 -
CMYK 0 0.53 0.35 0.33
HSL 339.78º 0.37% 0.49% -
HSV(B) 339.78º 0.53% 0.67% -
XYZ 22.75 15.66 16.86 -
YUV 111.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 172 80 111 0 0.53 0.35 0.33 339.78 0.37 0.49
Hex AC 50 6F 0 35 23 21 154 25 31
Octal 254 120 157 0 65 43 41 524 45 61
Binary 10101100 1010000 1101111 0 110101 100011 100001 101010100 100101 110001

Color Harmonies of #AC506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC506F

Black with #AC506F

Text Example


Text Example

White with #AC506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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