Html Css Color HEX #A19451 Husk

📋 copy color: '#A19451'

red 161 ◦ green 148 ◦ blue 81

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

Shades of Husk #A19451

Tints of Husk #A19451

RGB

 RED value IS 161 (63.28% from 255) = 41.28%

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

 BLUE value IS 81 (32.03% from 255) = 20.77%

R = 41.28%
G = 37.95%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19451 (or 0xA19451) is known color: Husk. HEX triplet: A1, 94 and 51. RGB value is (161,148,81). Sum of RGB (Red+Green+Blue) = 161+148+81=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A19451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19451 is #5E6BAE. Grayscale: #909090. Windows color (decimal): -6187951 or 5346465. OLE color: 5346465.

HSL color Cylindrical-coordinate representation of color #A19451: hue angle of 50.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A19451 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 81 -
CMYK 0 0.08 0.50 0.37
HSL 50.25º 0.33% 0.47% -
HSV(B) 50.25º 0.5% 0.63% -
XYZ 26.77 29.35 12.04 -
YUV 144.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 161 148 81 0 0.08 0.50 0.37 50.25 0.33 0.47
Hex A1 94 51 0 8 32 25 32 21 2F
Octal 241 224 121 0 10 62 45 62 41 57
Binary 10100001 10010100 1010001 0 1000 110010 100101 110010 100001 101111

Color Harmonies of #A19451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19451

Black with #A19451

Text Example


Text Example

White with #A19451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19451; }

 p { color: rgb(161,148,81); }

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

background-color css

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

 a { background-color: rgb(161,148,81); }

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

border-color css

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

 span { border-color: rgb(161,148,81); }

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