Html Css Color HEX #AC456F Royal Heath

📋 copy color: '#AC456F'

red 172 ◦ green 69 ◦ blue 111

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

Shades of Royal Heath #AC456F

Tints of Royal Heath #AC456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.6%

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

R = 48.86%
G = 19.6%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC456F (or 0xAC456F) is known color: Royal Heath. HEX triplet: AC, 45 and 6F. RGB value is (172,69,111). Sum of RGB (Red+Green+Blue) = 172+69+111=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC456F is #53BA90. Grayscale: #686868. Windows color (decimal): -5487249 or 7292332. OLE color: 7292332.

HSL color Cylindrical-coordinate representation of color #AC456F: hue angle of 335.53º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC456F is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 111 -
CMYK 0 0.60 0.35 0.33
HSL 335.53º 0.43% 0.47% -
HSV(B) 335.53º 0.6% 0.67% -
XYZ 22.01 14.17 16.61 -
YUV 104.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 172 69 111 0 0.60 0.35 0.33 335.53 0.43 0.47
Hex AC 45 6F 0 3C 23 21 150 2B 2F
Octal 254 105 157 0 74 43 41 520 53 57
Binary 10101100 1000101 1101111 0 111100 100011 100001 101010000 101011 101111

Color Harmonies of #AC456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC456F

Black with #AC456F

Text Example


Text Example

White with #AC456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC456F; }

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

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

background-color css

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

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

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

border-color css

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

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

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