#A69851

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

Shades of Husk #A69851

Tints of Husk #A69851

Color information

#A69851 (or 0xA69851) is unknown color: approx Husk. HEX triplet: A6, 98 and 51. RGB value is (166,152,81). Sum of RGB (Red+Green+Blue) = 166+152+81=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A69851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69851 is #5967AE. Grayscale: #949494. Windows color (decimal): -5859247 or 5347494. OLE color: 5347494.

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

Color convert

RGB16615281-
CMYK00.080.510.35
HSL50.12º34.41%48.43%-
HSV(B)50.12º51.2%65.1%-
XYZ28.4431.1612.3-
YUV148.0990.14140.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=41.60%
G=38.10%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661528100.080.510.3550.1234.4148.43
HexA69851083323322230
Octal2462301210106343624260
Binary1010011010011000101000101000110011100011110010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69851; }

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

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

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

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

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

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

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

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