#AC6969

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

Shades of Coral Tree #AC6969

Tints of Coral Tree #AC6969

Color information

#AC6969 (or 0xAC6969) is unknown color: approx Coral Tree. HEX triplet: AC, 69 and 69. RGB value is (172,105,105). Sum of RGB (Red+Green+Blue) = 172+105+105=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6969 is #539696. Grayscale: #7D7D7D. Windows color (decimal): -5478039 or 6908332. OLE color: 6908332.

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

Color convert

RGB172105105-
CMYK00.390.390.33
HSL28.76%54.31%-
HSV(B)38.95%67.45%-
XYZ24.6119.8915.91-
YUV125.03116.7161.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=45.03%
G=27.49%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210510500.390.390.33028.7654.31
HexAC6969027272101d36
Octal254151151047474103566
Binary10101100110100111010010100111100111100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6969; }

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

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

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

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

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

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

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

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