#A9695F

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

Shades of Coral Tree #A9695F

Tints of Coral Tree #A9695F

Color information

#A9695F (or 0xA9695F) is unknown color: approx Coral Tree. HEX triplet: A9, 69 and 5F. RGB value is (169,105,95). Sum of RGB (Red+Green+Blue) = 169+105+95=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A9695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9695F is #5696A0. Grayscale: #7B7B7B. Windows color (decimal): -5674657 or 6252969. OLE color: 6252969.

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

Color convert

RGB16910595-
CMYK00.380.440.34
HSL8.11º30.08%51.76%-
HSV(B)8.11º43.79%66.27%-
XYZ23.4819.3613.33-
YUV123112.2160.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=45.80%
G=28.46%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691059500.380.440.348.1130.0851.76
HexA9695F0262C2281e34
Octal2511511370465442103664
Binary10101001110100110111110100110101100100010100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9695F; }

 p { color: rgb(169,105,95); }

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

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

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

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

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

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

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