#A9685D

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

Shades of Coral Tree #A9685D

Tints of Coral Tree #A9685D

Color information

#A9685D (or 0xA9685D) is unknown color: approx Coral Tree. HEX triplet: A9, 68 and 5D. RGB value is (169,104,93). Sum of RGB (Red+Green+Blue) = 169+104+93=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9685D is #5697A2. Grayscale: #7A7A7A. Windows color (decimal): -5674915 or 6121641. OLE color: 6121641.

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

Color convert

RGB16910493-
CMYK00.380.450.34
HSL8.68º30.65%51.37%-
HSV(B)8.68º44.97%66.27%-
XYZ23.2919.1312.82-
YUV122.18111.53161.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=46.17%
G=28.42%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691049300.380.450.348.6830.6551.37
HexA9685D0262D2291f33
Octal2511501350465542113763
Binary10101001110100010111010100110101101100010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9685D; }

 p { color: rgb(169,104,93); }

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

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

 a { background-color: rgb(169,104,93); }

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

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

 span { border-color: rgb(169,104,93); }

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