Html Css Color HEX #AC506D Royal Heath

📋 copy color: '#AC506D'

red 172 ◦ green 80 ◦ blue 109

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

Shades of Royal Heath #AC506D

Tints of Royal Heath #AC506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 47.65%
G = 22.16%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC506D (or 0xAC506D) is known color: Royal Heath. HEX triplet: AC, 50 and 6D. RGB value is (172,80,109). Sum of RGB (Red+Green+Blue) = 172+80+109=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC506D is #53AF92. Grayscale: #6E6E6E. Windows color (decimal): -5484435 or 7164076. OLE color: 7164076.

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

Color convert

RGB 172 80 109 -
CMYK 0 0.53 0.37 0.33
HSL 341.09º 0.37% 0.49% -
HSV(B) 341.09º 0.53% 0.67% -
XYZ 22.64 15.61 16.29 -
YUV 110.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 172 80 109 0 0.53 0.37 0.33 341.09 0.37 0.49
Hex AC 50 6D 0 35 25 21 155 25 31
Octal 254 120 155 0 65 45 41 525 45 61
Binary 10101100 1010000 1101101 0 110101 100101 100001 101010101 100101 110001

Color Harmonies of #AC506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC506D

Black with #AC506D

Text Example


Text Example

White with #AC506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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