#A37B11

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

Shades of Hacienda #A37B11

Tints of Hacienda #A37B11

Color information

#A37B11 (or 0xA37B11) is unknown color: approx Hacienda. HEX triplet: A3, 7B and 11. RGB value is (163,123,17). Sum of RGB (Red+Green+Blue) = 163+123+17=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37B11 is #5C84EE. Grayscale: #7B7B7B. Windows color (decimal): -6063343 or 1145763. OLE color: 1145763.

HSL color Cylindrical-coordinate representation of color #A37B11: hue angle of 43.56º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A37B11 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16312317-
CMYK00.250.900.36
HSL43.56º81.11%35.29%-
HSV(B)43.56º89.57%63.92%-
XYZ22.2921.993.6-
YUV122.8868.25156.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 17 (7.03% from 255) = 5.61%
R=53.80%
G=40.59%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631231700.250.900.3643.5681.1135.29
HexA37B110195A242c5123
Octal24317321031132445412143
Binary1010001111110111000101100110110101001001011001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B11; }

 p { color: rgb(163,123,17); }

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

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

 a { background-color: rgb(163,123,17); }

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

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

 span { border-color: rgb(163,123,17); }

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