#AD605B

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

Shades of Coral Tree #AD605B

Tints of Coral Tree #AD605B

Color information

#AD605B (or 0xAD605B) is unknown color: approx Coral Tree. HEX triplet: AD, 60 and 5B. RGB value is (173,96,91). Sum of RGB (Red+Green+Blue) = 173+96+91=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD605B is #529FA4. Grayscale: #767676. Windows color (decimal): -5414821 or 5988525. OLE color: 5988525.

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

Color convert

RGB1739691-
CMYK00.450.470.32
HSL3.66º33.33%51.76%-
HSV(B)3.66º47.4%67.84%-
XYZ23.318.0112.14-
YUV118.45112.51166.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=48.06%
G=26.67%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173969100.450.470.323.6633.3351.76
HexAD605B02D2F2042134
Octal255140133055574044164
Binary10101101110000010110110101101101111100000100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD605B; }

 p { color: rgb(173,96,91); }

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

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

 a { background-color: rgb(173,96,91); }

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

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

 span { border-color: rgb(173,96,91); }

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