#A37A1C

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

Shades of Hacienda #A37A1C

Tints of Hacienda #A37A1C

Color information

#A37A1C (or 0xA37A1C) is unknown color: approx Hacienda. HEX triplet: A3, 7A and 1C. RGB value is (163,122,28). Sum of RGB (Red+Green+Blue) = 163+122+28=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A1C is #5C85E3. Grayscale: #7B7B7B. Windows color (decimal): -6063588 or 1866403. OLE color: 1866403.

HSL color Cylindrical-coordinate representation of color #A37A1C: hue angle of 41.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A37A1C is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16312228-
CMYK00.250.830.36
HSL41.78º70.68%37.45%-
HSV(B)41.78º82.82%63.92%-
XYZ22.2721.794.13-
YUV123.5474.08156.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 28 (11.33% from 255) = 8.95%
R=52.08%
G=38.98%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631222800.250.830.3641.7870.6837.45
HexA37A1C01953242a4725
Octal24317234031123445210745
Binary1010001111110101110001100110100111001001010101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A1C; }

 p { color: rgb(163,122,28); }

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

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

 a { background-color: rgb(163,122,28); }

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

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

 span { border-color: rgb(163,122,28); }

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