#A48B1B

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

Shades of Hacienda #A48B1B

Tints of Hacienda #A48B1B

Color information

#A48B1B (or 0xA48B1B) is unknown color: approx Hacienda. HEX triplet: A4, 8B and 1B. RGB value is (164,139,27). Sum of RGB (Red+Green+Blue) = 164+139+27=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B1B is #5B74E4. Grayscale: #868686. Windows color (decimal): -5993701 or 1805220. OLE color: 1805220.

HSL color Cylindrical-coordinate representation of color #A48B1B: hue angle of 49.05º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A48B1B is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16413927-
CMYK00.150.840.36
HSL49.05º71.73%37.45%-
HSV(B)49.05º83.54%64.31%-
XYZ24.7426.444.84-
YUV133.7167.78149.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 27 (10.94% from 255) = 8.18%
R=49.70%
G=42.12%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641392700.150.840.3649.0571.7337.45
HexA48B1B0F5424314825
Octal24421333017124446111045
Binary1010010010001011110110111110101001001001100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B1B; }

 p { color: rgb(164,139,27); }

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

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

 a { background-color: rgb(164,139,27); }

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

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

 span { border-color: rgb(164,139,27); }

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