Html Css Color HEX #A19750 Husk

📋 copy color: '#A19750'

red 161 ◦ green 151 ◦ blue 80

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

Shades of Husk #A19750

Tints of Husk #A19750

RGB

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

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

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

R = 41.07%
G = 38.52%
B = 20.41%

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

#A19750 (or 0xA19750) is known color: Husk. HEX triplet: A1, 97 and 50. RGB value is (161,151,80). Sum of RGB (Red+Green+Blue) = 161+151+80=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A19750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19750 is #5E68AF. Grayscale: #929292. Windows color (decimal): -6187184 or 5281697. OLE color: 5281697.

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

Color convert

RGB 161 151 80 -
CMYK 0 0.06 0.50 0.37
HSL 52.59º 0.34% 0.47% -
HSV(B) 52.59º 0.5% 0.63% -
XYZ 27.21 30.29 12 -
YUV 145.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 161 151 80 0 0.06 0.50 0.37 52.59 0.34 0.47
Hex A1 97 50 0 6 32 25 35 22 2F
Octal 241 227 120 0 6 62 45 65 42 57
Binary 10100001 10010111 1010000 0 110 110010 100101 110101 100010 101111

Color Harmonies of #A19750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19750

Black with #A19750

Text Example


Text Example

White with #A19750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19750; }

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

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

background-color css

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

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

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

border-color css

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

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

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