#AC6D62

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

Shades of Coral Tree #AC6D62

Tints of Coral Tree #AC6D62

Color information

#AC6D62 (or 0xAC6D62) is unknown color: approx Coral Tree. HEX triplet: AC, 6D and 62. RGB value is (172,109,98). Sum of RGB (Red+Green+Blue) = 172+109+98=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D62 is #53929D. Grayscale: #7E7E7E. Windows color (decimal): -5477022 or 6450604. OLE color: 6450604.

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

Color convert

RGB17210998-
CMYK00.370.430.33
HSL8.92º30.83%52.94%-
HSV(B)8.92º43.02%67.45%-
XYZ24.6920.5914.23-
YUV126.58111.87160.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 98 (38.67% from 255) = 25.86%
R=45.38%
G=28.76%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721099800.370.430.338.9230.8352.94
HexAC6D620252B2191f35
Octal2541551420455341113765
Binary10101100110110111000100100101101011100001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D62; }

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

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

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

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

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

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

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

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