#A37A23

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

Shades of Hacienda #A37A23

Tints of Hacienda #A37A23

Color information

#A37A23 (or 0xA37A23) is unknown color: approx Hacienda. HEX triplet: A3, 7A and 23. RGB value is (163,122,35). Sum of RGB (Red+Green+Blue) = 163+122+35=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A23 is #5C85DC. Grayscale: #7C7C7C. Windows color (decimal): -6063581 or 2325155. OLE color: 2325155.

HSL color Cylindrical-coordinate representation of color #A37A23: hue angle of 40.78º 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 #A37A23 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16312235-
CMYK00.250.790.36
HSL40.78º64.65%38.82%-
HSV(B)40.78º78.53%63.92%-
XYZ22.3721.834.62-
YUV124.3477.58155.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 35 (14.06% from 255) = 10.94%
R=50.94%
G=38.12%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631223500.250.790.3640.7864.6538.82
HexA37A230194F24294127
Octal24317243031117445110147
Binary10100011111101010001101100110011111001001010011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A23; }

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

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

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

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

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

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

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

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