Html Css Color HEX #A29948 Husk

📋 copy color: '#A29948'

red 162 ◦ green 153 ◦ blue 72

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

Shades of Husk #A29948

Tints of Husk #A29948

RGB

 RED value IS 162 (63.67% from 255) = 41.86%

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 41.86%
G = 39.53%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A29948 (or 0xA29948) is known color: Husk. HEX triplet: A2, 99 and 48. RGB value is (162,153,72). Sum of RGB (Red+Green+Blue) = 162+153+72=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A29948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29948 is #5D66B7. Grayscale: #929292. Windows color (decimal): -6121144 or 4757922. OLE color: 4757922.

HSL color Cylindrical-coordinate representation of color #A29948: hue angle of 54º 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 #A29948 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 72 -
CMYK 0 0.06 0.56 0.36
HSL 54º 0.38% 0.46% -
HSV(B) 54º 0.56% 0.64% -
XYZ 27.46 30.93 10.65 -
YUV 146.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 162 153 72 0 0.06 0.56 0.36 54 0.38 0.46
Hex A2 99 48 0 6 38 24 36 26 2E
Octal 242 231 110 0 6 70 44 66 46 56
Binary 10100010 10011001 1001000 0 110 111000 100100 110110 100110 101110

Color Harmonies of #A29948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29948

Black with #A29948

Text Example


Text Example

White with #A29948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29948; }

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

 H1.HeaderClassName
 {
   color: #A29948;
 }
 .AnyTagClassName
 {
   color: #A29948;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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