#AD6A5E

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

Shades of Coral Tree #AD6A5E

Tints of Coral Tree #AD6A5E

Color information

#AD6A5E (or 0xAD6A5E) is unknown color: approx Coral Tree. HEX triplet: AD, 6A and 5E. RGB value is (173,106,94). Sum of RGB (Red+Green+Blue) = 173+106+94=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A5E is #5295A1. Grayscale: #7C7C7C. Windows color (decimal): -5412258 or 6187693. OLE color: 6187693.

HSL color Cylindrical-coordinate representation of color #AD6A5E: hue angle of 9.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD6A5E is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17310694-
CMYK00.390.460.32
HSL9.11º32.51%52.35%-
HSV(B)9.11º45.66%67.84%-
XYZ24.412013.16-
YUV124.66110.7162.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=46.38%
G=28.42%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731069400.390.460.329.1132.5152.35
HexAD6A5E0272E2092134
Octal2551521360475640114164
Binary101011011101010101111001001111011101000001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A5E; }

 p { color: rgb(173,106,94); }

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

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

 a { background-color: rgb(173,106,94); }

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

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

 span { border-color: rgb(173,106,94); }

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