#AC4F6D

Color #AC4F6D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC4F6D

Tints of Royal Heath #AC4F6D

Color information

#AC4F6D (or 0xAC4F6D) is unknown color: approx Royal Heath. HEX triplet: AC, 4F and 6D. RGB value is (172,79,109). Sum of RGB (Red+Green+Blue) = 172+79+109=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F6D is #53B092. Grayscale: #6E6E6E. Windows color (decimal): -5484691 or 7163820. OLE color: 7163820.

HSL color Cylindrical-coordinate representation of color #AC4F6D: hue angle of 340.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F6D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17279109-
CMYK00.540.370.33
HSL340.65º37.05%49.22%-
HSV(B)340.65º54.07%67.45%-
XYZ22.5715.4716.26-
YUV110.23127.31172.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=47.78%
G=21.94%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727910900.540.370.33340.6537.0549.22
HexAC4F6D03625211552531
Octal25411715506645415254561
Binary10101100100111111011010110110100101100001101010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F6D; }

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

 H1.HeaderClassName
 {
   color: #AC4F6D;
 }
 .AnyTagClassName
 {
   color: #AC4F6D;
 }
</style>
background-color css

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

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

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

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

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

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