#AD6964

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

Shades of Coral Tree #AD6964

Tints of Coral Tree #AD6964

Color information

#AD6964 (or 0xAD6964) is unknown color: approx Coral Tree. HEX triplet: AD, 69 and 64. RGB value is (173,105,100). Sum of RGB (Red+Green+Blue) = 173+105+100=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6964 is #52969B. Grayscale: #7C7C7C. Windows color (decimal): -5412508 or 6580653. OLE color: 6580653.

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

Color convert

RGB173105100-
CMYK00.390.420.32
HSL4.11º30.8%53.53%-
HSV(B)4.11º42.2%67.84%-
XYZ24.5919.9114.6-
YUV124.76114.03162.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=45.77%
G=27.78%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310510000.390.420.324.1130.853.53
HexAD69640272A2041f36
Octal255151144047524043766
Binary1010110111010011100100010011110101010000010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6964; }

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

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

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

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

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

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

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

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