#A37820

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

Shades of Hacienda #A37820

Tints of Hacienda #A37820

Color information

#A37820 (or 0xA37820) is unknown color: approx Hacienda. HEX triplet: A3, 78 and 20. RGB value is (163,120,32). Sum of RGB (Red+Green+Blue) = 163+120+32=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A37820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37820 is #5C87DF. Grayscale: #7B7B7B. Windows color (decimal): -6064096 or 2128035. OLE color: 2128035.

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

Color convert

RGB16312032-
CMYK00.260.800.36
HSL40.31º67.18%38.24%-
HSV(B)40.31º80.37%63.92%-
XYZ22.0821.324.32-
YUV122.8276.75156.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 10.16%
R=51.75%
G=38.10%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631203200.260.800.3640.3167.1838.24
HexA3782001A5024284326
Octal24317040032120445010346
Binary10100011111100010000001101010100001001001010001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37820; }

 p { color: rgb(163,120,32); }

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

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

 a { background-color: rgb(163,120,32); }

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

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

 span { border-color: rgb(163,120,32); }

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