#A16F68

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

Shades of Coral Tree #A16F68

Tints of Coral Tree #A16F68

Color information

#A16F68 (or 0xA16F68) is unknown color: approx Coral Tree. HEX triplet: A1, 6F and 68. RGB value is (161,111,104). Sum of RGB (Red+Green+Blue) = 161+111+104=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F68 is #5E9097. Grayscale: #7D7D7D. Windows color (decimal): -6197400 or 6844321. OLE color: 6844321.

HSL color Cylindrical-coordinate representation of color #A16F68: hue angle of 7.37º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16F68 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161111104-
CMYK00.310.350.37
HSL7.37º23.27%51.96%-
HSV(B)7.37º35.4%63.14%-
XYZ22.8819.9515.74-
YUV125.15116.06153.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=42.82%
G=29.52%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111110400.310.350.377.3723.2751.96
HexA16F6801F232571734
Octal241157150037434572764
Binary101000011101111110100001111110001110010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F68; }

 p { color: rgb(161,111,104); }

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

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

 a { background-color: rgb(161,111,104); }

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

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

 span { border-color: rgb(161,111,104); }

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