Html Css Color HEX #A19751 Husk

📋 copy color: '#A19751'

red 161 ◦ green 151 ◦ blue 81

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

Shades of Husk #A19751

Tints of Husk #A19751

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

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

R = 40.97%
G = 38.42%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A19751 (or 0xA19751) is known color: Husk. HEX triplet: A1, 97 and 51. RGB value is (161,151,81). Sum of RGB (Red+Green+Blue) = 161+151+81=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19751 is #5E68AE. Grayscale: #929292. Windows color (decimal): -6187183 or 5347233. OLE color: 5347233.

HSL color Cylindrical-coordinate representation of color #A19751: hue angle of 52.5º 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 #A19751 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 151 81 -
CMYK 0 0.06 0.50 0.37
HSL 52.5º 0.33% 0.47% -
HSV(B) 52.5º 0.5% 0.63% -
XYZ 27.25 30.3 12.2 -
YUV 146.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 161 151 81 0 0.06 0.50 0.37 52.5 0.33 0.47
Hex A1 97 51 0 6 32 25 34 21 2F
Octal 241 227 121 0 6 62 45 64 41 57
Binary 10100001 10010111 1010001 0 110 110010 100101 110100 100001 101111

Color Harmonies of #A19751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19751

Black with #A19751

Text Example


Text Example

White with #A19751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19751; }

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

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

background-color css

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

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

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

border-color css

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

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

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