#AD6B69

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

Shades of Coral Tree #AD6B69

Tints of Coral Tree #AD6B69

Color information

#AD6B69 (or 0xAD6B69) is unknown color: approx Coral Tree. HEX triplet: AD, 6B and 69. RGB value is (173,107,105). Sum of RGB (Red+Green+Blue) = 173+107+105=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B69 is #529496. Grayscale: #7E7E7E. Windows color (decimal): -5411991 or 6908845. OLE color: 6908845.

HSL color Cylindrical-coordinate representation of color #AD6B69: hue angle of 1.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6B69 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB173107105-
CMYK00.380.390.32
HSL1.76º29.31%54.51%-
HSV(B)1.76º39.31%67.84%-
XYZ25.0420.4215.99-
YUV126.51115.87161.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=44.94%
G=27.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310710500.380.390.321.7629.3154.51
HexAD6B69026272021d37
Octal255153151046474023567
Binary101011011101011110100101001101001111000001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6B69; }

 p { color: rgb(173,107,105); }

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

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

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

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

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

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

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