Html Css Color HEX #A19B4F Husk

📋 copy color: '#A19B4F'

red 161 ◦ green 155 ◦ blue 79

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

Shades of Husk #A19B4F

Tints of Husk #A19B4F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

 BLUE value IS 79 (31.25% from 255) = 20%

R = 40.76%
G = 39.24%
B = 20%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A19B4F (or 0xA19B4F) is known color: Husk. HEX triplet: A1, 9B and 4F. RGB value is (161,155,79). Sum of RGB (Red+Green+Blue) = 161+155+79=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B4F is #5E64B0. Grayscale: #949494. Windows color (decimal): -6186161 or 5217185. OLE color: 5217185.

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

Color convert

RGB 161 155 79 -
CMYK 0 0.04 0.51 0.37
HSL 55.61º 0.34% 0.47% -
HSV(B) 55.61º 0.51% 0.63% -
XYZ 27.83 31.58 12.03 -
YUV 148.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 161 155 79 0 0.04 0.51 0.37 55.61 0.34 0.47
Hex A1 9B 4F 0 4 33 25 38 22 2F
Octal 241 233 117 0 4 63 45 70 42 57
Binary 10100001 10011011 1001111 0 100 110011 100101 111000 100010 101111

Color Harmonies of #A19B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19B4F

Black with #A19B4F

Text Example


Text Example

White with #A19B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19B4F; }

 p { color: rgb(161,155,79); }

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

background-color css

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

 a { background-color: rgb(161,155,79); }

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

border-color css

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

 span { border-color: rgb(161,155,79); }

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