#AD675F

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

Shades of Coral Tree #AD675F

Tints of Coral Tree #AD675F

Color information

#AD675F (or 0xAD675F) is unknown color: approx Coral Tree. HEX triplet: AD, 67 and 5F. RGB value is (173,103,95). Sum of RGB (Red+Green+Blue) = 173+103+95=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD675F is #5298A0. Grayscale: #7B7B7B. Windows color (decimal): -5413025 or 6252461. OLE color: 6252461.

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

Color convert

RGB17310395-
CMYK00.400.450.32
HSL6.15º32.23%52.55%-
HSV(B)6.15º45.09%67.84%-
XYZ24.1519.4113.3-
YUV123.02112.19163.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=46.63%
G=27.76%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731039500.400.450.326.1532.2352.55
HexAD675F0282D2062035
Octal255147137050554064065
Binary10101101110011110111110101000101101100000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD675F; }

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

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

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

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

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

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

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

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