#A17068

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

Shades of Coral Tree #A17068

Tints of Coral Tree #A17068

Color information

#A17068 (or 0xA17068) is unknown color: approx Coral Tree. HEX triplet: A1, 70 and 68. RGB value is (161,112,104). Sum of RGB (Red+Green+Blue) = 161+112+104=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A17068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17068 is #5E8F97. Grayscale: #7D7D7D. Windows color (decimal): -6197144 or 6844577. OLE color: 6844577.

HSL color Cylindrical-coordinate representation of color #A17068: hue angle of 8.42º 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 #A17068 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161112104-
CMYK00.300.350.37
HSL8.42º23.27%51.96%-
HSV(B)8.42º35.4%63.14%-
XYZ22.9920.1615.78-
YUV125.74115.73153.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=42.71%
G=29.71%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111210400.300.350.378.4223.2751.96
HexA1706801E232581734
Octal2411601500364345102764
Binary1010000111100001101000011110100011100101100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17068; }

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

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

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

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

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

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

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

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