#A5756A

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

Shades of Coral Tree #A5756A

Tints of Coral Tree #A5756A

Color information

#A5756A (or 0xA5756A) is unknown color: approx Coral Tree. HEX triplet: A5, 75 and 6A. RGB value is (165,117,106). Sum of RGB (Red+Green+Blue) = 165+117+106=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A5756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5756A is #5A8A95. Grayscale: #828282. Windows color (decimal): -5933718 or 6976933. OLE color: 6976933.

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

Color convert

RGB165117106-
CMYK00.290.360.35
HSL11.19º24.69%53.14%-
HSV(B)11.19º35.76%64.71%-
XYZ24.4821.7616.55-
YUV130.1114.4152.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=42.53%
G=30.15%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511710600.290.360.3511.1924.6953.14
HexA5756A01D2423b1935
Octal2451651520354443133165
Binary1010010111101011101010011101100100100011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5756A; }

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

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

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

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

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

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

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

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