#AC6965

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

Shades of Coral Tree #AC6965

Tints of Coral Tree #AC6965

Color information

#AC6965 (or 0xAC6965) is unknown color: approx Coral Tree. HEX triplet: AC, 69 and 65. RGB value is (172,105,101). Sum of RGB (Red+Green+Blue) = 172+105+101=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6965 is #53969A. Grayscale: #7C7C7C. Windows color (decimal): -5478043 or 6646188. OLE color: 6646188.

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

Color convert

RGB172105101-
CMYK00.390.410.33
HSL3.38º29.96%53.53%-
HSV(B)3.38º41.28%67.45%-
XYZ24.4119.8114.85-
YUV124.58114.7161.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=45.50%
G=27.78%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210510100.390.410.333.3829.9653.53
HexAC6965027292131e36
Octal254151145047514133666
Binary101011001101001110010101001111010011000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6965; }

 p { color: rgb(172,105,101); }

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

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

 a { background-color: rgb(172,105,101); }

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

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

 span { border-color: rgb(172,105,101); }

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