#A38916

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

Shades of Hacienda #A38916

Tints of Hacienda #A38916

Color information

#A38916 (or 0xA38916) is unknown color: approx Hacienda. HEX triplet: A3, 89 and 16. RGB value is (163,137,22). Sum of RGB (Red+Green+Blue) = 163+137+22=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A38916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38916 is #5C76E9. Grayscale: #848484. Windows color (decimal): -6059754 or 1477027. OLE color: 1477027.

HSL color Cylindrical-coordinate representation of color #A38916: hue angle of 48.94º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A38916 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16313722-
CMYK00.160.870.36
HSL48.94º76.22%36.27%-
HSV(B)48.94º86.5%63.92%-
XYZ24.1925.744.45-
YUV131.6666.11150.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=50.62%
G=42.55%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631372200.160.870.3648.9476.2236.27
HexA389160105724314c24
Octal24321126020127446111444
Binary10100011100010011011001000010101111001001100011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38916; }

 p { color: rgb(163,137,22); }

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

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

 a { background-color: rgb(163,137,22); }

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

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

 span { border-color: rgb(163,137,22); }

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