#AD7768

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

Shades of Coral Tree #AD7768

Tints of Coral Tree #AD7768

Color information

#AD7768 (or 0xAD7768) is unknown color: approx Coral Tree. HEX triplet: AD, 77 and 68. RGB value is (173,119,104). Sum of RGB (Red+Green+Blue) = 173+119+104=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7768 is #528897. Grayscale: #858585. Windows color (decimal): -5408920 or 6846381. OLE color: 6846381.

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

Color convert

RGB173119104-
CMYK00.310.400.32
HSL13.04º29.61%54.31%-
HSV(B)13.04º39.88%67.84%-
XYZ26.3323.0816.16-
YUV133.44111.39156.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=43.69%
G=30.05%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311910400.310.400.3213.0429.6154.31
HexAD776801F2820d1e36
Octal2551671500375040153666
Binary1010110111101111101000011111101000100000110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7768; }

 p { color: rgb(173,119,104); }

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

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

 a { background-color: rgb(173,119,104); }

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

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

 span { border-color: rgb(173,119,104); }

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