#A69748

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

Shades of Husk #A69748

Tints of Husk #A69748

Color information

#A69748 (or 0xA69748) is unknown color: approx Husk. HEX triplet: A6, 97 and 48. RGB value is (166,151,72). Sum of RGB (Red+Green+Blue) = 166+151+72=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69748 is #5968B7. Grayscale: #929292. Windows color (decimal): -5859512 or 4757414. OLE color: 4757414.

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

Color convert

RGB16615172-
CMYK00.090.570.35
HSL50.43º39.5%46.67%-
HSV(B)50.43º56.63%65.1%-
XYZ27.9630.7110.58-
YUV146.4885.97141.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=42.67%
G=38.82%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661517200.090.570.3550.4339.546.67
HexA6974809392332272f
Octal2462271100117143624757
Binary1010011010010111100100001001111001100011110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69748; }

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

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

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

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

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

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

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

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