#AD665C

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

Shades of Coral Tree #AD665C

Tints of Coral Tree #AD665C

Color information

#AD665C (or 0xAD665C) is unknown color: approx Coral Tree. HEX triplet: AD, 66 and 5C. RGB value is (173,102,92). Sum of RGB (Red+Green+Blue) = 173+102+92=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665C is #5299A3. Grayscale: #7A7A7A. Windows color (decimal): -5413284 or 6055597. OLE color: 6055597.

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

Color convert

RGB17310292-
CMYK00.410.470.32
HSL7.41º33.06%51.96%-
HSV(B)7.41º46.82%67.84%-
XYZ23.9219.1612.56-
YUV122.09111.02164.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=47.14%
G=27.79%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731029200.410.470.327.4133.0651.96
HexAD665C0292F2072134
Octal255146134051574074164
Binary10101101110011010111000101001101111100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD665C; }

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

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

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

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

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

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

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

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