#A38816

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

Shades of Hacienda #A38816

Tints of Hacienda #A38816

Color information

#A38816 (or 0xA38816) is unknown color: approx Hacienda. HEX triplet: A3, 88 and 16. RGB value is (163,136,22). Sum of RGB (Red+Green+Blue) = 163+136+22=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A38816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38816 is #5C77E9. Grayscale: #838383. Windows color (decimal): -6060010 or 1476771. OLE color: 1476771.

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

Color convert

RGB16313622-
CMYK00.170.870.36
HSL48.51º76.22%36.27%-
HSV(B)48.51º86.5%63.92%-
XYZ24.0525.454.4-
YUV131.0866.45150.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=50.78%
G=42.37%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631362200.170.870.3648.5176.2236.27
HexA388160115724314c24
Octal24321026021127446111444
Binary10100011100010001011001000110101111001001100011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38816; }

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

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

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

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

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

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

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

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