#A86969

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

Shades of Coral Tree #A86969

Tints of Coral Tree #A86969

Color information

#A86969 (or 0xA86969) is unknown color: approx Coral Tree. HEX triplet: A8, 69 and 69. RGB value is (168,105,105). Sum of RGB (Red+Green+Blue) = 168+105+105=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A86969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86969 is #579696. Grayscale: #7B7B7B. Windows color (decimal): -5740183 or 6908328. OLE color: 6908328.

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

Color convert

RGB168105105-
CMYK00.380.380.34
HSL26.58%53.53%-
HSV(B)37.5%65.88%-
XYZ23.7519.4515.87-
YUV123.84117.37159.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=44.44%
G=27.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810510500.380.380.34026.5853.53
HexA86969026262201b36
Octal250151151046464203366
Binary10101000110100111010010100110100110100010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86969; }

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

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

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

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

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

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

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

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