#AD6961

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

Shades of Coral Tree #AD6961

Tints of Coral Tree #AD6961

Color information

#AD6961 (or 0xAD6961) is unknown color: approx Coral Tree. HEX triplet: AD, 69 and 61. RGB value is (173,105,97). Sum of RGB (Red+Green+Blue) = 173+105+97=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6961 is #52969E. Grayscale: #7C7C7C. Windows color (decimal): -5412511 or 6384045. OLE color: 6384045.

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

Color convert

RGB17310597-
CMYK00.390.440.32
HSL6.32º31.67%52.94%-
HSV(B)6.32º43.93%67.84%-
XYZ24.4419.8513.85-
YUV124.42112.53162.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=46.13%
G=28%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731059700.390.440.326.3231.6752.94
HexAD69610272C2062035
Octal255151141047544064065
Binary10101101110100111000010100111101100100000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6961; }

 p { color: rgb(173,105,97); }

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

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

 a { background-color: rgb(173,105,97); }

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

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

 span { border-color: rgb(173,105,97); }

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