#A69754

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

Shades of Husk #A69754

Tints of Husk #A69754

Color information

#A69754 (or 0xA69754) is unknown color: approx Husk. HEX triplet: A6, 97 and 54. RGB value is (166,151,84). Sum of RGB (Red+Green+Blue) = 166+151+84=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A69754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69754 is #5968AB. Grayscale: #949494. Windows color (decimal): -5859500 or 5543846. OLE color: 5543846.

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

Color convert

RGB16615184-
CMYK00.090.490.35
HSL49.02º32.8%49.02%-
HSV(B)49.02º49.4%65.1%-
XYZ28.3930.8812.85-
YUV147.8591.97140.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=41.40%
G=37.66%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661518400.090.490.3549.0232.849.02
HexA69754093123312131
Octal2462271240116143614161
Binary1010011010010111101010001001110001100011110001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69754; }

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

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

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

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

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

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

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

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