#A37417

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

Shades of Hacienda #A37417

Tints of Hacienda #A37417

Color information

#A37417 (or 0xA37417) is unknown color: approx Hacienda. HEX triplet: A3, 74 and 17. RGB value is (163,116,23). Sum of RGB (Red+Green+Blue) = 163+116+23=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A37417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37417 is #5C8BE8. Grayscale: #777777. Windows color (decimal): -6065129 or 1537187. OLE color: 1537187.

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

Color convert

RGB16311623-
CMYK00.290.860.36
HSL39.86º75.27%36.47%-
HSV(B)39.86º85.89%63.92%-
XYZ21.520.343.6-
YUV119.4573.57159.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 23 (9.38% from 255) = 7.62%
R=53.97%
G=38.41%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631162300.290.860.3639.8675.2736.47
HexA3741701D5624284b24
Octal24316427035126445011344
Binary1010001111101001011101110110101101001001010001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37417; }

 p { color: rgb(163,116,23); }

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

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

 a { background-color: rgb(163,116,23); }

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

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

 span { border-color: rgb(163,116,23); }

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