#A69751

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

Shades of Husk #A69751

Tints of Husk #A69751

Color information

#A69751 (or 0xA69751) is unknown color: approx Husk. HEX triplet: A6, 97 and 51. RGB value is (166,151,81). Sum of RGB (Red+Green+Blue) = 166+151+81=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69751 is #5968AE. Grayscale: #939393. Windows color (decimal): -5859503 or 5347238. OLE color: 5347238.

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

Color convert

RGB16615181-
CMYK00.090.510.35
HSL49.41º34.41%48.43%-
HSV(B)49.41º51.2%65.1%-
XYZ28.2830.8312.25-
YUV147.5190.47141.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=41.71%
G=37.94%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661518100.090.510.3549.4134.4148.43
HexA69751093323312230
Octal2462271210116343614260
Binary1010011010010111101000101001110011100011110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69751; }

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

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

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

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

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

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

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

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