#A48316

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

Shades of Hacienda #A48316

Tints of Hacienda #A48316

Color information

#A48316 (or 0xA48316) is unknown color: approx Hacienda. HEX triplet: A4, 83 and 16. RGB value is (164,131,22). Sum of RGB (Red+Green+Blue) = 164+131+22=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A48316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48316 is #5B7CE9. Grayscale: #808080. Windows color (decimal): -5995754 or 1475492. OLE color: 1475492.

HSL color Cylindrical-coordinate representation of color #A48316: hue angle of 46.06º 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 #A48316 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16413122-
CMYK00.200.870.36
HSL46.06º76.34%36.47%-
HSV(B)46.06º86.59%64.31%-
XYZ23.5724.184.18-
YUV128.4467.93153.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.74%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=51.74%
G=41.32%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641312200.200.870.3646.0676.3436.47
HexA4831601457242e4c24
Octal24420326024127445611444
Binary10100100100000111011001010010101111001001011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48316; }

 p { color: rgb(164,131,22); }

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

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

 a { background-color: rgb(164,131,22); }

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

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

 span { border-color: rgb(164,131,22); }

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