Html Css Color HEX #A29150 Husk

📋 copy color: '#A29150'

red 162 ◦ green 145 ◦ blue 80

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

Shades of Husk #A29150

Tints of Husk #A29150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 41.86%
G = 37.47%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A29150 (or 0xA29150) is known color: Husk. HEX triplet: A2, 91 and 50. RGB value is (162,145,80). Sum of RGB (Red+Green+Blue) = 162+145+80=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A29150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29150 is #5D6EAF. Grayscale: #8E8E8E. Windows color (decimal): -6123184 or 5280162. OLE color: 5280162.

HSL color Cylindrical-coordinate representation of color #A29150: hue angle of 47.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A29150 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 80 -
CMYK 0 0.10 0.51 0.36
HSL 47.56º 0.34% 0.47% -
HSV(B) 47.56º 0.51% 0.64% -
XYZ 26.47 28.51 11.7 -
YUV 142.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 162 145 80 0 0.10 0.51 0.36 47.56 0.34 0.47
Hex A2 91 50 0 A 33 24 30 22 2F
Octal 242 221 120 0 12 63 44 60 42 57
Binary 10100010 10010001 1010000 0 1010 110011 100100 110000 100010 101111

Color Harmonies of #A29150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29150

Black with #A29150

Text Example


Text Example

White with #A29150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29150; }

 p { color: rgb(162,145,80); }

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

background-color css

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

 a { background-color: rgb(162,145,80); }

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

border-color css

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

 span { border-color: rgb(162,145,80); }

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