#a37b27

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

Shades of Hacienda #A37B27

Tints of Hacienda #A37B27

Color information

#A37B27 (or 0xA37B27) is unknown color: approx Hacienda. HEX triplet: A3, 7B and 27. RGB value is (163,123,39). Sum of RGB (Red+Green+Blue) = 163+123+39=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B27 is #5C84D8. Grayscale: #7D7D7D. Windows color (decimal): -6063321 or 2587555. OLE color: 2587555.

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

Color convert

RGB16312339-
CMYK00.250.760.36
HSL40.65º61.39%39.61%-
HSV(B)40.65º76.07%63.92%-
XYZ22.5522.15-
YUV125.3879.25154.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 39 (15.62% from 255) = 12%
R=50.15%
G=37.85%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631233900.250.760.3640.6561.3939.61
HexA37B270194C24293d28
Octal2431734703111444517550
Binary1010001111110111001110110011001100100100101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37b27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37b27; }

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

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

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

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

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

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

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

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