#AD6764

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

Shades of Coral Tree #AD6764

Tints of Coral Tree #AD6764

Color information

#AD6764 (or 0xAD6764) is unknown color: approx Coral Tree. HEX triplet: AD, 67 and 64. RGB value is (173,103,100). Sum of RGB (Red+Green+Blue) = 173+103+100=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6764 is #52989B. Grayscale: #7B7B7B. Windows color (decimal): -5413020 or 6580141. OLE color: 6580141.

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

Color convert

RGB173103100-
CMYK00.400.420.32
HSL2.47º30.8%53.53%-
HSV(B)2.47º42.2%67.84%-
XYZ24.3819.514.54-
YUV123.59114.69163.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=46.01%
G=27.39%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310310000.400.420.322.4730.853.53
HexAD67640282A2021f36
Octal255147144050524023766
Binary101011011100111110010001010001010101000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6764; }

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

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

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

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

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

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

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

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