#a38016

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

Shades of Hacienda #A38016

Tints of Hacienda #A38016

Color information

#A38016 (or 0xA38016) is unknown color: approx Hacienda. HEX triplet: A3, 80 and 16. RGB value is (163,128,22). Sum of RGB (Red+Green+Blue) = 163+128+22=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A38016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38016 is #5C7FE9. Grayscale: #7E7E7E. Windows color (decimal): -6062058 or 1474723. OLE color: 1474723.

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

Color convert

RGB16312822-
CMYK00.210.870.36
HSL45.11º76.22%36.27%-
HSV(B)45.11º86.5%63.92%-
XYZ22.9723.284.04-
YUV126.3869.1154.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=52.08%
G=40.89%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631282200.210.870.3645.1176.2236.27
HexA3801601557242d4c24
Octal24320026025127445511444
Binary10100011100000001011001010110101111001001011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38016; }

 p { color: rgb(163,128,22); }

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

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

 a { background-color: rgb(163,128,22); }

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

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

 span { border-color: rgb(163,128,22); }

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