#a18425

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

Shades of Hacienda #A18425

Tints of Hacienda #A18425

Color information

#A18425 (or 0xA18425) is unknown color: approx Hacienda. HEX triplet: A1, 84 and 25. RGB value is (161,132,37). Sum of RGB (Red+Green+Blue) = 161+132+37=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18425 is #5E7BDA. Grayscale: #828282. Windows color (decimal): -6192091 or 2458785. OLE color: 2458785.

HSL color Cylindrical-coordinate representation of color #A18425: hue angle of 45.97º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A18425 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB16113237-
CMYK00.180.770.37
HSL45.97º62.63%38.82%-
HSV(B)45.97º77.02%63.14%-
XYZ23.2824.215.2-
YUV129.8475.61150.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.79%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 11.21%
R=48.79%
G=40%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611323700.180.770.3745.9762.6338.82
HexA184250124D252e3f27
Octal2412044502211545567747
Binary10100001100001001001010100101001101100101101110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a18425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a18425; }

 p { color: rgb(161,132,37); }

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

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

 a { background-color: rgb(161,132,37); }

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

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

 span { border-color: rgb(161,132,37); }

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