Html Css Color HEX #A19B52 Husk

📋 copy color: '#A19B52'

red 161 ◦ green 155 ◦ blue 82

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

Shades of Husk #A19B52

Tints of Husk #A19B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.6%

R = 40.45%
G = 38.94%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A19B52 (or 0xA19B52) is known color: Husk. HEX triplet: A1, 9B and 52. RGB value is (161,155,82). Sum of RGB (Red+Green+Blue) = 161+155+82=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B52 is #5E64AD. Grayscale: #949494. Windows color (decimal): -6186158 or 5413793. OLE color: 5413793.

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

Color convert

RGB 161 155 82 -
CMYK 0 0.04 0.49 0.37
HSL 55.44º 0.33% 0.48% -
HSV(B) 55.44º 0.49% 0.63% -
XYZ 27.94 31.63 12.61 -
YUV 148.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 161 155 82 0 0.04 0.49 0.37 55.44 0.33 0.48
Hex A1 9B 52 0 4 31 25 37 21 30
Octal 241 233 122 0 4 61 45 67 41 60
Binary 10100001 10011011 1010010 0 100 110001 100101 110111 100001 110000

Color Harmonies of #A19B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19B52

Black with #A19B52

Text Example


Text Example

White with #A19B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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