#AD7163

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

Shades of Coral Tree #AD7163

Tints of Coral Tree #AD7163

Color information

#AD7163 (or 0xAD7163) is unknown color: approx Coral Tree. HEX triplet: AD, 71 and 63. RGB value is (173,113,99). Sum of RGB (Red+Green+Blue) = 173+113+99=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7163 is #528E9C. Grayscale: #818181. Windows color (decimal): -5410461 or 6517165. OLE color: 6517165.

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

Color convert

RGB17311399-
CMYK00.350.430.32
HSL11.35º31.09%53.33%-
HSV(B)11.35º42.77%67.84%-
XYZ25.3921.614.63-
YUV129.34110.88159.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=44.94%
G=29.35%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731139900.350.430.3211.3531.0953.33
HexAD71630232B20b1f35
Octal2551611430435340133765
Binary10101101111000111000110100011101011100000101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7163; }

 p { color: rgb(173,113,99); }

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

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

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

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

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

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

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