#A37F10

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

Shades of Hacienda #A37F10

Tints of Hacienda #A37F10

Color information

#A37F10 (or 0xA37F10) is unknown color: approx Hacienda. HEX triplet: A3, 7F and 10. RGB value is (163,127,16). Sum of RGB (Red+Green+Blue) = 163+127+16=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F10 is #5C80EF. Grayscale: #7D7D7D. Windows color (decimal): -6062320 or 1081251. OLE color: 1081251.

HSL color Cylindrical-coordinate representation of color #A37F10: hue angle of 45.31º degrees, saturation: 0.82, 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 #A37F10 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16312716-
CMYK00.220.900.36
HSL45.31º82.12%35.1%-
HSV(B)45.31º90.18%63.92%-
XYZ22.79233.73-
YUV125.1166.43155.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.27%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 16 (6.64% from 255) = 5.23%
R=53.27%
G=41.50%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631271600.220.900.3645.3182.1235.1
HexA37F100165A242d5223
Octal24317720026132445512243
Binary1010001111111111000001011010110101001001011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F10; }

 p { color: rgb(163,127,16); }

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

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

 a { background-color: rgb(163,127,16); }

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

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

 span { border-color: rgb(163,127,16); }

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