Html Css Color HEX #A29748 Husk

📋 copy color: '#A29748'

red 162 ◦ green 151 ◦ blue 72

#A29748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A29748

Tints of Husk #A29748

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.7%

R = 42.08%
G = 39.22%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A29748 (or 0xA29748) is known color: 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

RGB 162 151 72 -
CMYK 0 0.07 0.56 0.36
HSL 52.67º 0.38% 0.46% -
HSV(B) 52.67º 0.56% 0.64% -
XYZ 27.14 30.28 10.55 -
YUV 145.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 162 151 72 0 0.07 0.56 0.36 52.67 0.38 0.46
Hex A2 97 48 0 7 38 24 35 26 2E
Octal 242 227 110 0 7 70 44 65 46 56
Binary 10100010 10010111 1001000 0 111 111000 100100 110101 100110 101110

Color Harmonies of #A29748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29748

Black with #A29748

Text Example


Text Example

White with #A29748

Text Example


Text Example

HTML Codes & Css Web 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>