#A37E2B

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

Shades of Hacienda #A37E2B

Tints of Hacienda #A37E2B

Color information

#A37E2B (or 0xA37E2B) is unknown color: approx Hacienda. HEX triplet: A3, 7E and 2B. RGB value is (163,126,43). Sum of RGB (Red+Green+Blue) = 163+126+43=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E2B is #5C81D4. Grayscale: #7F7F7F. Windows color (decimal): -6062549 or 2850467. OLE color: 2850467.

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

Color convert

RGB16312643-
CMYK00.230.740.36
HSL41.5º58.25%40.39%-
HSV(B)41.5º73.62%63.92%-
XYZ2322.885.49-
YUV127.680.26153.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.10%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=49.10%
G=37.95%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631264300.230.740.3641.558.2540.39
HexA37E2B0174A242a3a28
Octal2431765302711244527250
Binary1010001111111101010110101111001010100100101010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E2B; }

 p { color: rgb(163,126,43); }

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

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

 a { background-color: rgb(163,126,43); }

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

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

 span { border-color: rgb(163,126,43); }

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