Html Css Color HEX #A19B4B Husk

📋 copy color: '#A19B4B'

red 161 ◦ green 155 ◦ blue 75

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

Shades of Husk #A19B4B

Tints of Husk #A19B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 41.18%
G = 39.64%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A19B4B (or 0xA19B4B) is known color: Husk. HEX triplet: A1, 9B and 4B. RGB value is (161,155,75). Sum of RGB (Red+Green+Blue) = 161+155+75=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B4B is #5E64B4. Grayscale: #949494. Windows color (decimal): -6186165 or 4955041. OLE color: 4955041.

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

Color convert

RGB 161 155 75 -
CMYK 0 0.04 0.53 0.37
HSL 55.81º 0.36% 0.46% -
HSV(B) 55.81º 0.53% 0.63% -
XYZ 27.69 31.53 11.28 -
YUV 147.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 161 155 75 0 0.04 0.53 0.37 55.81 0.36 0.46
Hex A1 9B 4B 0 4 35 25 38 24 2E
Octal 241 233 113 0 4 65 45 70 44 56
Binary 10100001 10011011 1001011 0 100 110101 100101 111000 100100 101110

Color Harmonies of #A19B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19B4B

Black with #A19B4B

Text Example


Text Example

White with #A19B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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