#A18427

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

Shades of Hacienda #A18427

Tints of Hacienda #A18427

Color information

#A18427 (or 0xA18427) is unknown color: approx Hacienda. HEX triplet: A1, 84 and 27. RGB value is (161,132,39). Sum of RGB (Red+Green+Blue) = 161+132+39=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A18427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18427 is #5E7BD8. Grayscale: #828282. Windows color (decimal): -6192089 or 2589857. OLE color: 2589857.

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

Color convert

RGB16113239-
CMYK00.180.760.37
HSL45.74º61%39.22%-
HSV(B)45.74º75.78%63.14%-
XYZ23.3224.235.37-
YUV130.0776.61150.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=48.49%
G=39.76%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611323900.180.760.3745.746139.22
HexA184270124C252e3d27
Octal2412044702211445567547
Binary10100001100001001001110100101001100100101101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18427; }

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

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

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

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

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

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

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

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