#A5746A

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

Shades of Coral Tree #A5746A

Tints of Coral Tree #A5746A

Color information

#A5746A (or 0xA5746A) is unknown color: approx Coral Tree. HEX triplet: A5, 74 and 6A. RGB value is (165,116,106). Sum of RGB (Red+Green+Blue) = 165+116+106=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5746A is #5A8B95. Grayscale: #818181. Windows color (decimal): -5933974 or 6976677. OLE color: 6976677.

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

Color convert

RGB165116106-
CMYK00.300.360.35
HSL10.17º24.69%53.14%-
HSV(B)10.17º35.76%64.71%-
XYZ24.3621.5316.51-
YUV129.51114.73153.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=42.64%
G=29.97%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511610600.300.360.3510.1724.6953.14
HexA5746A01E2423a1935
Octal2451641520364443123165
Binary1010010111101001101010011110100100100011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5746A; }

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

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

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

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

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

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

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

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