#A8756A

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

Shades of Coral Tree #A8756A

Tints of Coral Tree #A8756A

Color information

#A8756A (or 0xA8756A) is unknown color: approx Coral Tree. HEX triplet: A8, 75 and 6A. RGB value is (168,117,106). Sum of RGB (Red+Green+Blue) = 168+117+106=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8756A is #578A95. Grayscale: #838383. Windows color (decimal): -5737110 or 6976936. OLE color: 6976936.

HSL color Cylindrical-coordinate representation of color #A8756A: hue angle of 10.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8756A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB168117106-
CMYK00.300.370.34
HSL10.65º26.27%53.73%-
HSV(B)10.65º36.9%65.88%-
XYZ25.1122.0916.58-
YUV131113.9154.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=42.97%
G=29.92%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811710600.300.370.3410.6526.2753.73
HexA8756A01E2522b1a36
Octal2501651520364542133266
Binary1010100011101011101010011110100101100010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8756A; }

 p { color: rgb(168,117,106); }

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

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

 a { background-color: rgb(168,117,106); }

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

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

 span { border-color: rgb(168,117,106); }

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