Html Css Color HEX #AC506E Royal Heath

📋 copy color: '#AC506E'

red 172 ◦ green 80 ◦ blue 110

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

Shades of Royal Heath #AC506E

Tints of Royal Heath #AC506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 47.51%
G = 22.1%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC506E (or 0xAC506E) is known color: Royal Heath. HEX triplet: AC, 50 and 6E. RGB value is (172,80,110). Sum of RGB (Red+Green+Blue) = 172+80+110=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC506E is #53AF91. Grayscale: #6E6E6E. Windows color (decimal): -5484434 or 7229612. OLE color: 7229612.

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

Color convert

RGB 172 80 110 -
CMYK 0 0.53 0.36 0.33
HSL 340.43º 0.37% 0.49% -
HSV(B) 340.43º 0.53% 0.67% -
XYZ 22.7 15.63 16.57 -
YUV 110.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 172 80 110 0 0.53 0.36 0.33 340.43 0.37 0.49
Hex AC 50 6E 0 35 24 21 154 25 31
Octal 254 120 156 0 65 44 41 524 45 61
Binary 10101100 1010000 1101110 0 110101 100100 100001 101010100 100101 110001

Color Harmonies of #AC506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC506E

Black with #AC506E

Text Example


Text Example

White with #AC506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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