#A19C4B

Color #A19C4B Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A19C4B

Tints of Husk #A19C4B

Color information

#A19C4B (or 0xA19C4B) is unknown color: approx Husk. HEX triplet: A1, 9C and 4B. RGB value is (161,156,75). Sum of RGB (Red+Green+Blue) = 161+156+75=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C4B is #5E63B4. Grayscale: #949494. Windows color (decimal): -6185909 or 4955297. OLE color: 4955297.

HSL color Cylindrical-coordinate representation of color #A19C4B: hue angle of 56.51º 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 #A19C4B is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB16115675-
CMYK00.030.530.37
HSL56.51º36.44%46.27%-
HSV(B)56.51º53.42%63.14%-
XYZ27.8631.8611.34-
YUV148.2686.66137.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=41.07%
G=39.80%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611567500.030.530.3756.5136.4446.27
HexA19C4B03352539242e
Octal241234113036545714456
Binary10100001100111001001011011110101100101111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C4B; }

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

 H1.HeaderClassName
 {
   color: #A19C4B;
 }
 .AnyTagClassName
 {
   color: #A19C4B;
 }
</style>
background-color css

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

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

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

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

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

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