Html Css Color HEX #A29B4B Husk

📋 copy color: '#A29B4B'

red 162 ◦ green 155 ◦ blue 75

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

Shades of Husk #A29B4B

Tints of Husk #A29B4B

RGB

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

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

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

R = 41.33%
G = 39.54%
B = 19.13%

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

#A29B4B (or 0xA29B4B) is known color: Husk. HEX triplet: A2, 9B and 4B. RGB value is (162,155,75). Sum of RGB (Red+Green+Blue) = 162+155+75=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B4B is #5D64B4. Grayscale: #949494. Windows color (decimal): -6120629 or 4955042. OLE color: 4955042.

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

Color convert

RGB 162 155 75 -
CMYK 0 0.04 0.54 0.36
HSL 55.17º 0.37% 0.46% -
HSV(B) 55.17º 0.54% 0.64% -
XYZ 27.89 31.63 11.29 -
YUV 147.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 162 155 75 0 0.04 0.54 0.36 55.17 0.37 0.46
Hex A2 9B 4B 0 4 36 24 37 25 2E
Octal 242 233 113 0 4 66 44 67 45 56
Binary 10100010 10011011 1001011 0 100 110110 100100 110111 100101 101110

Color Harmonies of #A29B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29B4B

Black with #A29B4B

Text Example


Text Example

White with #A29B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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