#A5776F

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

Shades of Coral Tree #A5776F

Tints of Coral Tree #A5776F

Color information

#A5776F (or 0xA5776F) is unknown color: approx Coral Tree. HEX triplet: A5, 77 and 6F. RGB value is (165,119,111). Sum of RGB (Red+Green+Blue) = 165+119+111=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5776F is #5A8890. Grayscale: #838383. Windows color (decimal): -5933201 or 7305125. OLE color: 7305125.

HSL color Cylindrical-coordinate representation of color #A5776F: hue angle of 8.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5776F is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165119111-
CMYK00.280.330.35
HSL8.89º23.08%54.12%-
HSV(B)8.89º32.73%64.71%-
XYZ24.9822.3418.03-
YUV131.84116.24151.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=41.77%
G=30.13%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511911100.280.330.358.8923.0854.12
HexA5776F01C212391736
Octal2451671570344143112766
Binary1010010111101111101111011100100001100011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5776F; }

 p { color: rgb(165,119,111); }

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

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

 a { background-color: rgb(165,119,111); }

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

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

 span { border-color: rgb(165,119,111); }

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