#A37269

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

Shades of Coral Tree #A37269

Tints of Coral Tree #A37269

Color information

#A37269 (or 0xA37269) is unknown color: approx Coral Tree. HEX triplet: A3, 72 and 69. RGB value is (163,114,105). Sum of RGB (Red+Green+Blue) = 163+114+105=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A37269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37269 is #5C8D96. Grayscale: #7F7F7F. Windows color (decimal): -6065559 or 6910627. OLE color: 6910627.

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

Color convert

RGB163114105-
CMYK00.300.360.36
HSL9.31º23.97%52.55%-
HSV(B)9.31º35.58%63.92%-
XYZ23.6720.8416.14-
YUV127.62115.23153.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=42.67%
G=29.84%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311410500.300.360.369.3123.9752.55
HexA3726901E242491835
Octal2431621510364444113065
Binary1010001111100101101001011110100100100100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37269; }

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

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

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

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

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

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

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

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