#A4756B

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

Shades of Coral Tree #A4756B

Tints of Coral Tree #A4756B

Color information

#A4756B (or 0xA4756B) is unknown color: approx Coral Tree. HEX triplet: A4, 75 and 6B. RGB value is (164,117,107). Sum of RGB (Red+Green+Blue) = 164+117+107=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4756B is #5B8A94. Grayscale: #828282. Windows color (decimal): -5999253 or 7042468. OLE color: 7042468.

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

Color convert

RGB164117107-
CMYK00.290.350.36
HSL10.53º23.85%53.14%-
HSV(B)10.53º34.76%64.31%-
XYZ24.3221.6816.81-
YUV129.91115.07152.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 107 (42.19% from 255) = 27.58%
R=42.27%
G=30.15%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411710700.290.350.3610.5323.8553.14
HexA4756B01D2324b1835
Octal2441651530354344133065
Binary1010010011101011101011011101100011100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4756B; }

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

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

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

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

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

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

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

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