#A27066

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

Shades of Coral Tree #A27066

Tints of Coral Tree #A27066

Color information

#A27066 (or 0xA27066) is unknown color: approx Coral Tree. HEX triplet: A2, 70 and 66. RGB value is (162,112,102). Sum of RGB (Red+Green+Blue) = 162+112+102=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A27066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27066 is #5D8F99. Grayscale: #7D7D7D. Windows color (decimal): -6131610 or 6713506. OLE color: 6713506.

HSL color Cylindrical-coordinate representation of color #A27066: hue angle of 10º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27066 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162112102-
CMYK00.310.370.36
HSL10º24.39%51.76%-
HSV(B)10º37.04%63.53%-
XYZ23.0920.2315.26-
YUV125.81114.56153.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=43.09%
G=29.79%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211210200.310.370.361024.3951.76
HexA2706601F2524a1834
Octal2421601460374544123064
Binary1010001011100001100110011111100101100100101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27066; }

 p { color: rgb(162,112,102); }

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

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

 a { background-color: rgb(162,112,102); }

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

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

 span { border-color: rgb(162,112,102); }

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