#A37D22

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

Shades of Hacienda #A37D22

Tints of Hacienda #A37D22

Color information

#A37D22 (or 0xA37D22) is unknown color: approx Hacienda. HEX triplet: A3, 7D and 22. RGB value is (163,125,34). Sum of RGB (Red+Green+Blue) = 163+125+34=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D22 is #5C82DD. Grayscale: #7E7E7E. Windows color (decimal): -6062814 or 2260387. OLE color: 2260387.

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

Color convert

RGB16312534-
CMYK00.230.790.36
HSL42.33º65.48%38.63%-
HSV(B)42.33º79.14%63.92%-
XYZ22.7322.574.67-
YUV125.9976.09154.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=50.62%
G=38.82%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631253400.230.790.3642.3365.4838.63
HexA37D220174F242a4127
Octal24317542027117445210147
Binary10100011111110110001001011110011111001001010101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D22; }

 p { color: rgb(163,125,34); }

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

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

 a { background-color: rgb(163,125,34); }

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

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

 span { border-color: rgb(163,125,34); }

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