#A57267

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

Shades of Coral Tree #A57267

Tints of Coral Tree #A57267

Color information

#A57267 (or 0xA57267) is unknown color: approx Coral Tree. HEX triplet: A5, 72 and 67. RGB value is (165,114,103). Sum of RGB (Red+Green+Blue) = 165+114+103=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A57267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57267 is #5A8D98. Grayscale: #808080. Windows color (decimal): -5934489 or 6779557. OLE color: 6779557.

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

Color convert

RGB165114103-
CMYK00.310.380.35
HSL10.65º25.62%52.55%-
HSV(B)10.65º37.58%64.71%-
XYZ23.9821.0115.62-
YUV127.99113.9154.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=43.19%
G=29.84%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511410300.310.380.3510.6525.6252.55
HexA5726701F2623b1a35
Octal2451621470374643133265
Binary1010010111100101100111011111100110100011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57267; }

 p { color: rgb(165,114,103); }

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

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

 a { background-color: rgb(165,114,103); }

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

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

 span { border-color: rgb(165,114,103); }

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