#A36F66

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

Shades of Coral Tree #A36F66

Tints of Coral Tree #A36F66

Color information

#A36F66 (or 0xA36F66) is unknown color: approx Coral Tree. HEX triplet: A3, 6F and 66. RGB value is (163,111,102). Sum of RGB (Red+Green+Blue) = 163+111+102=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F66 is #5C9099. Grayscale: #7D7D7D. Windows color (decimal): -6066330 or 6713251. OLE color: 6713251.

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

Color convert

RGB163111102-
CMYK00.320.370.36
HSL8.85º24.9%51.96%-
HSV(B)8.85º37.42%63.92%-
XYZ23.1920.1115.23-
YUV125.52114.73154.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=43.35%
G=29.52%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311110200.320.370.368.8524.951.96
HexA36F66020252491934
Octal2431571460404544113164
Binary10100011110111111001100100000100101100100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F66; }

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

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

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

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

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

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

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

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