#A38415

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

Shades of Hacienda #A38415

Tints of Hacienda #A38415

Color information

#A38415 (or 0xA38415) is unknown color: approx Hacienda. HEX triplet: A3, 84 and 15. RGB value is (163,132,21). Sum of RGB (Red+Green+Blue) = 163+132+21=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A38415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38415 is #5C7BEA. Grayscale: #818181. Windows color (decimal): -6061035 or 1410211. OLE color: 1410211.

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

Color convert

RGB16313221-
CMYK00.190.870.36
HSL46.9º77.17%36.08%-
HSV(B)46.9º87.12%63.92%-
XYZ23.4924.344.17-
YUV128.6167.27152.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 21 (8.59% from 255) = 6.65%
R=51.58%
G=41.77%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631322100.190.870.3646.977.1736.08
HexA3841501357242f4d24
Octal24320425023127445711544
Binary10100011100001001010101001110101111001001011111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38415; }

 p { color: rgb(163,132,21); }

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

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

 a { background-color: rgb(163,132,21); }

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

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

 span { border-color: rgb(163,132,21); }

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