#AD7468

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

Shades of Coral Tree #AD7468

Tints of Coral Tree #AD7468

Color information

#AD7468 (or 0xAD7468) is unknown color: approx Coral Tree. HEX triplet: AD, 74 and 68. RGB value is (173,116,104). Sum of RGB (Red+Green+Blue) = 173+116+104=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7468 is #528B97. Grayscale: #838383. Windows color (decimal): -5409688 or 6845613. OLE color: 6845613.

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

Color convert

RGB173116104-
CMYK00.330.400.32
HSL10.43º29.61%54.31%-
HSV(B)10.43º39.88%67.84%-
XYZ25.9822.3716.05-
YUV131.67112.38157.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=44.02%
G=29.52%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311610400.330.400.3210.4329.6154.31
HexAD74680212820a1e36
Octal2551641500415040123666
Binary10101101111010011010000100001101000100000101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7468; }

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

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

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

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

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

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

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

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