#A69750

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

Shades of Husk #A69750

Tints of Husk #A69750

Color information

#A69750 (or 0xA69750) is unknown color: approx Husk. HEX triplet: A6, 97 and 50. RGB value is (166,151,80). Sum of RGB (Red+Green+Blue) = 166+151+80=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 166 - color contains mainly: red. Hex color #A69750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69750 is #5968AF. Grayscale: #939393. Windows color (decimal): -5859504 or 5281702. OLE color: 5281702.

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

Color convert

RGB16615180-
CMYK00.090.520.35
HSL49.53º34.96%48.24%-
HSV(B)49.53º51.81%65.1%-
XYZ28.2430.8212.05-
YUV147.3989.97141.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=41.81%
G=38.04%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661518000.090.520.3549.5334.9648.24
HexA69750093423322330
Octal2462271200116443624360
Binary1010011010010111101000001001110100100011110010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69750; }

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

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

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

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

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

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

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

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