#AD6464

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

Shades of Coral Tree #AD6464

Tints of Coral Tree #AD6464

Color information

#AD6464 (or 0xAD6464) is unknown color: approx Coral Tree. HEX triplet: AD, 64 and 64. RGB value is (173,100,100). Sum of RGB (Red+Green+Blue) = 173+100+100=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6464 is #529B9B. Grayscale: #797979. Windows color (decimal): -5413788 or 6579373. OLE color: 6579373.

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

Color convert

RGB173100100-
CMYK00.420.420.32
HSL30.8%53.53%-
HSV(B)42.2%67.84%-
XYZ24.0918.9214.44-
YUV121.83115.68164.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 100 (39.45% from 255) = 26.81%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=46.38%
G=26.81%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310010000.420.420.32030.853.53
HexAD646402A2A2001f36
Octal255144144052524003766
Binary10101101110010011001000101010101010100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6464; }

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

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

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

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

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

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

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

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