#A69C5F

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

Shades of Husk #A69C5F

Tints of Husk #A69C5F

Color information

#A69C5F (or 0xA69C5F) is unknown color: approx Husk. HEX triplet: A6, 9C and 5F. RGB value is (166,156,95). Sum of RGB (Red+Green+Blue) = 166+156+95=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69C5F is #5963A0. Grayscale: #989898. Windows color (decimal): -5858209 or 6266022. OLE color: 6266022.

HSL color Cylindrical-coordinate representation of color #A69C5F: hue angle of 51.55º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A69C5F is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16615695-
CMYK00.060.430.35
HSL51.55º28.51%51.18%-
HSV(B)51.55º42.77%65.1%-
XYZ29.6832.7115.58-
YUV152.0495.81137.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=39.81%
G=37.41%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661569500.060.430.3551.5528.5151.18
HexA69C5F062B23341d33
Octal246234137065343643563
Binary10100110100111001011111011010101110001111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C5F; }

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

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

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

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

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

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

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

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