#A87269

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

Shades of Coral Tree #A87269

Tints of Coral Tree #A87269

Color information

#A87269 (or 0xA87269) is unknown color: approx Coral Tree. HEX triplet: A8, 72 and 69. RGB value is (168,114,105). Sum of RGB (Red+Green+Blue) = 168+114+105=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A87269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87269 is #578D96. Grayscale: #818181. Windows color (decimal): -5737879 or 6910632. OLE color: 6910632.

HSL color Cylindrical-coordinate representation of color #A87269: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A87269 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB168114105-
CMYK00.320.380.34
HSL8.57º26.58%53.53%-
HSV(B)8.57º37.5%65.88%-
XYZ24.7221.3816.19-
YUV129.12114.39155.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=43.41%
G=29.46%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811410500.320.380.348.5726.5853.53
HexA87269020262291b36
Octal2501621510404642113366
Binary10101000111001011010010100000100110100010100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87269; }

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

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

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

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

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

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

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

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