#A69B54

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

Shades of Husk #A69B54

Tints of Husk #A69B54

Color information

#A69B54 (or 0xA69B54) is unknown color: approx Husk. HEX triplet: A6, 9B and 54. RGB value is (166,155,84). Sum of RGB (Red+Green+Blue) = 166+155+84=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69B54 is #5964AB. Grayscale: #969696. Windows color (decimal): -5858476 or 5544870. OLE color: 5544870.

HSL color Cylindrical-coordinate representation of color #A69B54: hue angle of 51.95º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A69B54 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16615584-
CMYK00.070.490.35
HSL51.95º32.8%49.02%-
HSV(B)51.95º49.4%65.1%-
XYZ29.0532.1913.07-
YUV150.290.64139.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=40.99%
G=38.27%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661558400.070.490.3551.9532.849.02
HexA69B54073123342131
Octal246233124076143644161
Binary101001101001101110101000111110001100011110100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B54; }

 p { color: rgb(166,155,84); }

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

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

 a { background-color: rgb(166,155,84); }

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

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

 span { border-color: rgb(166,155,84); }

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