#AD6765

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

Shades of Coral Tree #AD6765

Tints of Coral Tree #AD6765

Color information

#AD6765 (or 0xAD6765) is unknown color: approx Coral Tree. HEX triplet: AD, 67 and 65. RGB value is (173,103,101). Sum of RGB (Red+Green+Blue) = 173+103+101=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6765 is #52989A. Grayscale: #7B7B7B. Windows color (decimal): -5413019 or 6645677. OLE color: 6645677.

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

Color convert

RGB173103101-
CMYK00.400.420.32
HSL1.67º30.51%53.73%-
HSV(B)1.67º41.62%67.84%-
XYZ24.4319.5214.79-
YUV123.7115.19163.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.89%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=45.89%
G=27.32%
B=26.79%

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
Decimal17310310100.400.420.321.6730.5153.73
HexAD67650282A2021f36
Octal255147145050524023766
Binary101011011100111110010101010001010101000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6765; }

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

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

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

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

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

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

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

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