#a69c54

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

Shades of Husk #A69C54

Tints of Husk #A69C54

Color information

#A69C54 (or 0xA69C54) is unknown color: approx Husk. HEX triplet: A6, 9C and 54. RGB value is (166,156,84). Sum of RGB (Red+Green+Blue) = 166+156+84=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C54 is #5963AB. Grayscale: #979797. Windows color (decimal): -5858220 or 5545126. OLE color: 5545126.

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

Color convert

RGB16615684-
CMYK00.060.490.35
HSL52.68º32.8%49.02%-
HSV(B)52.68º49.4%65.1%-
XYZ29.2132.5213.13-
YUV150.7890.31138.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 84 (33.20% from 255) = 20.69%
R=40.89%
G=38.42%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661568400.060.490.3552.6832.849.02
HexA69C54063123352131
Octal246234124066143654161
Binary101001101001110010101000110110001100011110101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69c54; }

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

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

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

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

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

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

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

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