Html Css Color HEX #A29450 Husk

📋 copy color: '#A29450'

red 162 ◦ green 148 ◦ blue 80

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

Shades of Husk #A29450

Tints of Husk #A29450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 41.54%
G = 37.95%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A29450 (or 0xA29450) is known color: Husk. HEX triplet: A2, 94 and 50. RGB value is (162,148,80). Sum of RGB (Red+Green+Blue) = 162+148+80=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A29450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29450 is #5D6BAF. Grayscale: #909090. Windows color (decimal): -6122416 or 5280930. OLE color: 5280930.

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

Color convert

RGB 162 148 80 -
CMYK 0 0.09 0.51 0.36
HSL 49.76º 0.34% 0.47% -
HSV(B) 49.76º 0.51% 0.64% -
XYZ 26.94 29.44 11.85 -
YUV 144.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 162 148 80 0 0.09 0.51 0.36 49.76 0.34 0.47
Hex A2 94 50 0 9 33 24 32 22 2F
Octal 242 224 120 0 11 63 44 62 42 57
Binary 10100010 10010100 1010000 0 1001 110011 100100 110010 100010 101111

Color Harmonies of #A29450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29450

Black with #A29450

Text Example


Text Example

White with #A29450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29450; }

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

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

background-color css

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

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

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

border-color css

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

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

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