Html Css Color HEX #A29A4B Husk

📋 copy color: '#A29A4B'

red 162 ◦ green 154 ◦ blue 75

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

Shades of Husk #A29A4B

Tints of Husk #A29A4B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 41.43%
G = 39.39%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A29A4B (or 0xA29A4B) is known color: Husk. HEX triplet: A2, 9A and 4B. RGB value is (162,154,75). Sum of RGB (Red+Green+Blue) = 162+154+75=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A4B is #5D65B4. Grayscale: #939393. Windows color (decimal): -6120885 or 4954786. OLE color: 4954786.

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

Color convert

RGB 162 154 75 -
CMYK 0 0.05 0.54 0.36
HSL 54.48º 0.37% 0.46% -
HSV(B) 54.48º 0.54% 0.64% -
XYZ 27.73 31.3 11.24 -
YUV 147.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 162 154 75 0 0.05 0.54 0.36 54.48 0.37 0.46
Hex A2 9A 4B 0 5 36 24 36 25 2E
Octal 242 232 113 0 5 66 44 66 45 56
Binary 10100010 10011010 1001011 0 101 110110 100100 110110 100101 101110

Color Harmonies of #A29A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29A4B

Black with #A29A4B

Text Example


Text Example

White with #A29A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29A4B; }

 p { color: rgb(162,154,75); }

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

background-color css

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

 a { background-color: rgb(162,154,75); }

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

border-color css

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

 span { border-color: rgb(162,154,75); }

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