Html Css Color HEX #A19754 Husk

📋 copy color: '#A19754'

red 161 ◦ green 151 ◦ blue 84

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

Shades of Husk #A19754

Tints of Husk #A19754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 40.66%
G = 38.13%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A19754 (or 0xA19754) is known color: Husk. HEX triplet: A1, 97 and 54. RGB value is (161,151,84). Sum of RGB (Red+Green+Blue) = 161+151+84=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19754 is #5E68AB. Grayscale: #929292. Windows color (decimal): -6187180 or 5543841. OLE color: 5543841.

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

Color convert

RGB 161 151 84 -
CMYK 0 0.06 0.48 0.37
HSL 52.21º 0.31% 0.48% -
HSV(B) 52.21º 0.48% 0.63% -
XYZ 27.36 30.35 12.8 -
YUV 146.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 161 151 84 0 0.06 0.48 0.37 52.21 0.31 0.48
Hex A1 97 54 0 6 30 25 34 1F 30
Octal 241 227 124 0 6 60 45 64 37 60
Binary 10100001 10010111 1010100 0 110 110000 100101 110100 11111 110000

Color Harmonies of #A19754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19754

Black with #A19754

Text Example


Text Example

White with #A19754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19754; }

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

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

background-color css

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

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

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

border-color css

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

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

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