#AD7975

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

Shades of Coral Tree #AD7975

Tints of Coral Tree #AD7975

Color information

#AD7975 (or 0xAD7975) is unknown color: approx Coral Tree. HEX triplet: AD, 79 and 75. RGB value is (173,121,117). Sum of RGB (Red+Green+Blue) = 173+121+117=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7975 is #52868A. Grayscale: #888888. Windows color (decimal): -5408395 or 7698861. OLE color: 7698861.

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

Color convert

RGB173121117-
CMYK00.300.320.32
HSL4.29º25.45%56.86%-
HSV(B)4.29º32.37%67.84%-
XYZ27.2823.8419.99-
YUV136.09117.23154.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=42.09%
G=29.44%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312111700.300.320.324.2925.4556.86
HexAD797501E202041939
Octal255171165036404043171
Binary101011011111001111010101111010000010000010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7975; }

 p { color: rgb(173,121,117); }

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

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

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

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

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

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

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