#AD665A

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

Shades of Coral Tree #AD665A

Tints of Coral Tree #AD665A

Color information

#AD665A (or 0xAD665A) is unknown color: approx Coral Tree. HEX triplet: AD, 66 and 5A. RGB value is (173,102,90). Sum of RGB (Red+Green+Blue) = 173+102+90=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665A is #5299A5. Grayscale: #797979. Windows color (decimal): -5413286 or 5924525. OLE color: 5924525.

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

Color convert

RGB17310290-
CMYK00.410.480.32
HSL8.67º33.6%51.57%-
HSV(B)8.67º47.98%67.84%-
XYZ23.8319.1312.11-
YUV121.86110.02164.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=47.40%
G=27.95%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731029000.410.480.328.6733.651.57
HexAD665A029302092234
Octal2551461320516040114264
Binary101011011100110101101001010011100001000001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD665A; }

 p { color: rgb(173,102,90); }

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

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

 a { background-color: rgb(173,102,90); }

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

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

 span { border-color: rgb(173,102,90); }

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