#AD655F

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

Shades of Coral Tree #AD655F

Tints of Coral Tree #AD655F

Color information

#AD655F (or 0xAD655F) is unknown color: approx Coral Tree. HEX triplet: AD, 65 and 5F. RGB value is (173,101,95). Sum of RGB (Red+Green+Blue) = 173+101+95=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD655F is #529AA0. Grayscale: #797979. Windows color (decimal): -5413537 or 6251949. OLE color: 6251949.

HSL color Cylindrical-coordinate representation of color #AD655F: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD655F is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17310195-
CMYK00.420.450.32
HSL4.62º32.23%52.55%-
HSV(B)4.62º45.09%67.84%-
XYZ23.9519.0213.23-
YUV121.84112.85164.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=46.88%
G=27.37%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731019500.420.450.324.6232.2352.55
HexAD655F02A2D2052035
Octal255145137052554054065
Binary10101101110010110111110101010101101100000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD655F; }

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

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

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

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

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

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

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

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