#AC7266

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

Shades of Coral Tree #AC7266

Tints of Coral Tree #AC7266

Color information

#AC7266 (or 0xAC7266) is unknown color: approx Coral Tree. HEX triplet: AC, 72 and 66. RGB value is (172,114,102). Sum of RGB (Red+Green+Blue) = 172+114+102=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7266 is #538D99. Grayscale: #828282. Windows color (decimal): -5475738 or 6714028. OLE color: 6714028.

HSL color Cylindrical-coordinate representation of color #AC7266: hue angle of 10.29º 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 #AC7266 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB172114102-
CMYK00.340.410.33
HSL10.29º29.66%53.73%-
HSV(B)10.29º40.7%67.45%-
XYZ25.4321.7615.43-
YUV129.97112.22157.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=44.33%
G=29.38%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211410200.340.410.3310.2929.6653.73
HexAC72660222921a1e36
Octal2541621460425141123666
Binary10101100111001011001100100010101001100001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7266; }

 p { color: rgb(172,114,102); }

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

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

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

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

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

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

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