#a06b44

Color #A06B44 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #A06B44

Tints of Dark Tan #A06B44

Color information

#A06B44 (or 0xA06B44) is unknown color: approx Dark Tan. HEX triplet: A0, 6B and 44. RGB value is (160,107,68). Sum of RGB (Red+Green+Blue) = 160+107+68=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06B44 is #5F94BB. Grayscale: #767676. Windows color (decimal): -6263996 or 4484000. OLE color: 4484000.

HSL color Cylindrical-coordinate representation of color #A06B44: hue angle of 25.43º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06B44 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16010768-
CMYK00.330.570.37
HSL25.43º40.35%44.71%-
HSV(B)25.43º57.5%62.75%-
XYZ20.818.417.93-
YUV118.499.56157.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=47.76%
G=31.94%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601076800.330.570.3725.4340.3544.71
HexA06B44021392519282d
Octal2401531040417145315055
Binary1010000011010111000100010000111100110010111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a06b44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a06b44; }

 p { color: rgb(160,107,68); }

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

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

 a { background-color: rgb(160,107,68); }

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

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

 span { border-color: rgb(160,107,68); }

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