#A69251

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

Shades of Husk #A69251

Tints of Husk #A69251

Color information

#A69251 (or 0xA69251) is unknown color: approx Husk. HEX triplet: A6, 92 and 51. RGB value is (166,146,81). Sum of RGB (Red+Green+Blue) = 166+146+81=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A69251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69251 is #596DAE. Grayscale: #909090. Windows color (decimal): -5860783 or 5345958. OLE color: 5345958.

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

Color convert

RGB16614681-
CMYK00.120.510.35
HSL45.88º34.41%48.43%-
HSV(B)45.88º51.2%65.1%-
XYZ27.4929.2611.98-
YUV144.5792.13143.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=42.24%
G=37.15%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661468100.120.510.3545.8834.4148.43
HexA692510C33232e2230
Octal2462221210146343564260
Binary1010011010010010101000101100110011100011101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69251; }

 p { color: rgb(166,146,81); }

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

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

 a { background-color: rgb(166,146,81); }

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

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

 span { border-color: rgb(166,146,81); }

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