#A37469

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

Shades of Coral Tree #A37469

Tints of Coral Tree #A37469

Color information

#A37469 (or 0xA37469) is unknown color: approx Coral Tree. HEX triplet: A3, 74 and 69. RGB value is (163,116,105). Sum of RGB (Red+Green+Blue) = 163+116+105=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A37469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37469 is #5C8B96. Grayscale: #808080. Windows color (decimal): -6065047 or 6911139. OLE color: 6911139.

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

Color convert

RGB163116105-
CMYK00.290.360.36
HSL11.38º23.97%52.55%-
HSV(B)11.38º35.58%63.92%-
XYZ23.921.316.22-
YUV128.8114.57152.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=42.45%
G=30.21%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311610500.290.360.3611.3823.9752.55
HexA3746901D2424b1835
Octal2431641510354444133065
Binary1010001111101001101001011101100100100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37469; }

 p { color: rgb(163,116,105); }

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

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

 a { background-color: rgb(163,116,105); }

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

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

 span { border-color: rgb(163,116,105); }

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