Html Css Color HEX #AC446F Royal Heath

📋 copy color: '#AC446F'

red 172 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #AC446F

Tints of Royal Heath #AC446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 49%
G = 19.37%
B = 31.62%

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

#AC446F (or 0xAC446F) is known color: Royal Heath. HEX triplet: AC, 44 and 6F. RGB value is (172,68,111). Sum of RGB (Red+Green+Blue) = 172+68+111=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC446F is #53BB90. Grayscale: #676767. Windows color (decimal): -5487505 or 7292076. OLE color: 7292076.

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

Color convert

RGB 172 68 111 -
CMYK 0 0.60 0.35 0.33
HSL 335.19º 0.43% 0.47% -
HSV(B) 335.19º 0.6% 0.67% -
XYZ 21.95 14.05 16.59 -
YUV 104 131.96 176.5 -
System Red Green Blue C M Y K H S L
Decimal 172 68 111 0 0.60 0.35 0.33 335.19 0.43 0.47
Hex AC 44 6F 0 3C 23 21 14F 2B 2F
Octal 254 104 157 0 74 43 41 517 53 57
Binary 10101100 1000100 1101111 0 111100 100011 100001 101001111 101011 101111

Color Harmonies of #AC446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC446F

Black with #AC446F

Text Example


Text Example

White with #AC446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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