#A48A12

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

Shades of Hacienda #A48A12

Tints of Hacienda #A48A12

Color information

#A48A12 (or 0xA48A12) is unknown color: approx Hacienda. HEX triplet: A4, 8A and 12. RGB value is (164,138,18). Sum of RGB (Red+Green+Blue) = 164+138+18=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A12 is #5B75ED. Grayscale: #848484. Windows color (decimal): -5993966 or 1215140. OLE color: 1215140.

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

Color convert

RGB16413818-
CMYK00.160.890.36
HSL49.32º80.22%35.69%-
HSV(B)49.32º89.02%64.31%-
XYZ24.5126.114.32-
YUV132.0963.61150.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 138 (54.30% from 255) = 43.12%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=51.25%
G=43.12%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641381800.160.890.3649.3280.2235.69
HexA48A120105924315024
Octal24421222020131446112044
Binary10100100100010101001001000010110011001001100011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A12; }

 p { color: rgb(164,138,18); }

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

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

 a { background-color: rgb(164,138,18); }

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

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

 span { border-color: rgb(164,138,18); }

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