#A48B24

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

Shades of Hacienda #A48B24

Tints of Hacienda #A48B24

Color information

#A48B24 (or 0xA48B24) is unknown color: approx Hacienda. HEX triplet: A4, 8B and 24. RGB value is (164,139,36). Sum of RGB (Red+Green+Blue) = 164+139+36=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B24 is #5B74DB. Grayscale: #878787. Windows color (decimal): -5993692 or 2395044. OLE color: 2395044.

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

Color convert

RGB16413936-
CMYK00.150.780.36
HSL48.28º64%39.22%-
HSV(B)48.28º78.05%64.31%-
XYZ24.8626.495.47-
YUV134.7372.28148.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=48.38%
G=41.00%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641393600.150.780.3648.286439.22
HexA48B240F4E24304027
Octal24421344017116446010047
Binary10100100100010111001000111110011101001001100001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B24; }

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

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

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

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

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

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

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

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