#A36A66

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

Shades of Coral Tree #A36A66

Tints of Coral Tree #A36A66

Color information

#A36A66 (or 0xA36A66) is unknown color: approx Coral Tree. HEX triplet: A3, 6A and 66. RGB value is (163,106,102). Sum of RGB (Red+Green+Blue) = 163+106+102=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A36A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36A66 is #5C9599. Grayscale: #7A7A7A. Windows color (decimal): -6067610 or 6711971. OLE color: 6711971.

HSL color Cylindrical-coordinate representation of color #A36A66: hue angle of 3.93º degrees, saturation: 0.25, 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 #A36A66 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB163106102-
CMYK00.350.370.36
HSL3.93º24.9%51.96%-
HSV(B)3.93º37.42%63.92%-
XYZ22.6619.0515.05-
YUV122.59116.38156.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=43.94%
G=28.57%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310610200.350.370.363.9324.951.96
HexA36A66023252441934
Octal243152146043454443164
Binary1010001111010101100110010001110010110010010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36A66; }

 p { color: rgb(163,106,102); }

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

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

 a { background-color: rgb(163,106,102); }

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

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

 span { border-color: rgb(163,106,102); }

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