#A47269

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

Shades of Coral Tree #A47269

Tints of Coral Tree #A47269

Color information

#A47269 (or 0xA47269) is unknown color: approx Coral Tree. HEX triplet: A4, 72 and 69. RGB value is (164,114,105). Sum of RGB (Red+Green+Blue) = 164+114+105=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47269 is #5B8D96. Grayscale: #808080. Windows color (decimal): -6000023 or 6910628. OLE color: 6910628.

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

Color convert

RGB164114105-
CMYK00.300.360.36
HSL9.15º24.48%52.75%-
HSV(B)9.15º35.98%64.31%-
XYZ23.8820.9516.15-
YUV127.92115.06153.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=42.82%
G=29.77%
B=27.42%

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
Decimal16411410500.300.360.369.1524.4852.75
HexA4726901E242491835
Octal2441621510364444113065
Binary1010010011100101101001011110100100100100100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47269; }

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

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

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

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

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

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

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

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