#A9655F

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

Shades of Coral Tree #A9655F

Tints of Coral Tree #A9655F

Color information

#A9655F (or 0xA9655F) is unknown color: approx Coral Tree. HEX triplet: A9, 65 and 5F. RGB value is (169,101,95). Sum of RGB (Red+Green+Blue) = 169+101+95=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9655F is #569AA0. Grayscale: #787878. Windows color (decimal): -5675681 or 6251945. OLE color: 6251945.

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

Color convert

RGB16910195-
CMYK00.400.440.34
HSL4.86º30.08%51.76%-
HSV(B)4.86º43.79%66.27%-
XYZ23.0818.5713.19-
YUV120.65113.53162.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=46.30%
G=27.67%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691019500.400.440.344.8630.0851.76
HexA9655F0282C2251e34
Octal251145137050544253664
Binary1010100111001011011111010100010110010001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9655F; }

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

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

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

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

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

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

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

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