#AD7067

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

Shades of Coral Tree #AD7067

Tints of Coral Tree #AD7067

Color information

#AD7067 (or 0xAD7067) is unknown color: approx Coral Tree. HEX triplet: AD, 70 and 67. RGB value is (173,112,103). Sum of RGB (Red+Green+Blue) = 173+112+103=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7067 is #528F98. Grayscale: #818181. Windows color (decimal): -5410713 or 6779053. OLE color: 6779053.

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

Color convert

RGB173112103-
CMYK00.350.400.32
HSL7.71º29.91%54.12%-
HSV(B)7.71º40.46%67.84%-
XYZ25.4821.4515.63-
YUV129.21113.21159.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=44.59%
G=28.87%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311210300.350.400.327.7129.9154.12
HexAD7067023282081e36
Octal2551601470435040103666
Binary10101101111000011001110100011101000100000100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7067; }

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

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

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

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

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

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

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

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