#AC6F5F

Color #AC6F5F Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AC6F5F

Tints of Coral Tree #AC6F5F

Color information

#AC6F5F (or 0xAC6F5F) is unknown color: approx Coral Tree. HEX triplet: AC, 6F and 5F. RGB value is (172,111,95). Sum of RGB (Red+Green+Blue) = 172+111+95=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6F5F is #5390A0. Grayscale: #7F7F7F. Windows color (decimal): -5476513 or 6254508. OLE color: 6254508.

HSL color Cylindrical-coordinate representation of color #AC6F5F: hue angle of 12.47º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC6F5F is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17211195-
CMYK00.350.450.33
HSL12.47º31.69%52.35%-
HSV(B)12.47º44.77%67.45%-
XYZ24.7620.9713.57-
YUV127.42109.71159.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=45.50%
G=29.37%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721119500.350.450.3312.4731.6952.35
HexAC6F5F0232D21c2034
Octal2541571370435541144064
Binary101011001101111101111101000111011011000011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F5F; }

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

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

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

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

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

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

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

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