#A29748

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

Shades of Husk #A29748

Tints of Husk #A29748

Color information

#A29748 (or 0xA29748) is unknown color: approx Husk. HEX triplet: A2, 97 and 48. RGB value is (162,151,72). Sum of RGB (Red+Green+Blue) = 162+151+72=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A29748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29748 is #5D68B7. Grayscale: #919191. Windows color (decimal): -6121656 or 4757410. OLE color: 4757410.

HSL color Cylindrical-coordinate representation of color #A29748: hue angle of 52.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29748 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16215172-
CMYK00.070.560.36
HSL52.67º38.46%45.88%-
HSV(B)52.67º55.56%63.53%-
XYZ27.1430.2810.55-
YUV145.2886.64139.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=42.08%
G=39.22%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621517200.070.560.3652.6738.4645.88
HexA2974807382435262e
Octal242227110077044654656
Binary101000101001011110010000111111000100100110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29748; }

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

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

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

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

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

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

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

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