#A9756B

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

Shades of Coral Tree #A9756B

Tints of Coral Tree #A9756B

Color information

#A9756B (or 0xA9756B) is unknown color: approx Coral Tree. HEX triplet: A9, 75 and 6B. RGB value is (169,117,107). Sum of RGB (Red+Green+Blue) = 169+117+107=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9756B is #568A94. Grayscale: #838383. Windows color (decimal): -5671573 or 7042473. OLE color: 7042473.

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

Color convert

RGB169117107-
CMYK00.310.370.34
HSL9.68º26.5%54.12%-
HSV(B)9.68º36.69%66.27%-
XYZ25.3822.2216.86-
YUV131.41114.23154.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=43.00%
G=29.77%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911710700.310.370.349.6826.554.12
HexA9756B01F2522a1a36
Octal2511651530374542123266
Binary1010100111101011101011011111100101100010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9756B; }

 p { color: rgb(169,117,107); }

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

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

 a { background-color: rgb(169,117,107); }

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

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

 span { border-color: rgb(169,117,107); }

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