Html Css Color HEX #A19B4D Husk

📋 copy color: '#A19B4D'

red 161 ◦ green 155 ◦ blue 77

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

Shades of Husk #A19B4D

Tints of Husk #A19B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 40.97%
G = 39.44%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A19B4D (or 0xA19B4D) is known color: Husk. HEX triplet: A1, 9B and 4D. RGB value is (161,155,77). Sum of RGB (Red+Green+Blue) = 161+155+77=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B4D is #5E64B2. Grayscale: #949494. Windows color (decimal): -6186163 or 5086113. OLE color: 5086113.

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

Color convert

RGB 161 155 77 -
CMYK 0 0.04 0.52 0.37
HSL 55.71º 0.35% 0.47% -
HSV(B) 55.71º 0.52% 0.63% -
XYZ 27.76 31.56 11.65 -
YUV 147.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 161 155 77 0 0.04 0.52 0.37 55.71 0.35 0.47
Hex A1 9B 4D 0 4 34 25 38 23 2F
Octal 241 233 115 0 4 64 45 70 43 57
Binary 10100001 10011011 1001101 0 100 110100 100101 111000 100011 101111

Color Harmonies of #A19B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19B4D

Black with #A19B4D

Text Example


Text Example

White with #A19B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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