#AD605D

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

Shades of Coral Tree #AD605D

Tints of Coral Tree #AD605D

Color information

#AD605D (or 0xAD605D) is unknown color: approx Coral Tree. HEX triplet: AD, 60 and 5D. RGB value is (173,96,93). Sum of RGB (Red+Green+Blue) = 173+96+93=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD605D is #529FA2. Grayscale: #767676. Windows color (decimal): -5414819 or 6119597. OLE color: 6119597.

HSL color Cylindrical-coordinate representation of color #AD605D: hue angle of 2.25º 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 #AD605D is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB1739693-
CMYK00.450.460.32
HSL2.25º32.79%52.16%-
HSV(B)2.25º46.24%67.84%-
XYZ23.3918.0412.61-
YUV118.68113.51166.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.79%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=47.79%
G=26.52%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173969300.450.460.322.2532.7952.16
HexAD605D02D2E2022134
Octal255140135055564024164
Binary1010110111000001011101010110110111010000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD605D; }

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

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

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

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

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

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

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

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