Html Css Color HEX #A29B4A Husk

📋 copy color: '#A29B4A'

red 162 ◦ green 155 ◦ blue 74

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

Shades of Husk #A29B4A

Tints of Husk #A29B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.64%

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 41.43%
G = 39.64%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A29B4A (or 0xA29B4A) is known color: Husk. HEX triplet: A2, 9B and 4A. RGB value is (162,155,74). Sum of RGB (Red+Green+Blue) = 162+155+74=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B4A is #5D64B5. Grayscale: #949494. Windows color (decimal): -6120630 or 4889506. OLE color: 4889506.

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

Color convert

RGB 162 155 74 -
CMYK 0 0.04 0.54 0.36
HSL 55.23º 0.37% 0.46% -
HSV(B) 55.23º 0.54% 0.64% -
XYZ 27.86 31.62 11.11 -
YUV 147.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 162 155 74 0 0.04 0.54 0.36 55.23 0.37 0.46
Hex A2 9B 4A 0 4 36 24 37 25 2E
Octal 242 233 112 0 4 66 44 67 45 56
Binary 10100010 10011011 1001010 0 100 110110 100100 110111 100101 101110

Color Harmonies of #A29B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29B4A

Black with #A29B4A

Text Example


Text Example

White with #A29B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29B4A; }

 p { color: rgb(162,155,74); }

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

background-color css

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

 a { background-color: rgb(162,155,74); }

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

border-color css

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

 span { border-color: rgb(162,155,74); }

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