#A38315

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

Shades of Hacienda #A38315

Tints of Hacienda #A38315

Color information

#A38315 (or 0xA38315) is unknown color: approx Hacienda. HEX triplet: A3, 83 and 15. RGB value is (163,131,21). Sum of RGB (Red+Green+Blue) = 163+131+21=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A38315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38315 is #5C7CEA. Grayscale: #808080. Windows color (decimal): -6061291 or 1409955. OLE color: 1409955.

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

Color convert

RGB16313121-
CMYK00.200.870.36
HSL46.48º77.17%36.08%-
HSV(B)46.48º87.12%63.92%-
XYZ23.3624.074.13-
YUV128.0367.6152.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.75%
GREEN value IS 131 (51.56% from 255) = 41.59%
BLUE value IS 21 (8.59% from 255) = 6.67%
R=51.75%
G=41.59%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631312100.200.870.3646.4877.1736.08
HexA3831501457242e4d24
Octal24320325024127445611544
Binary10100011100000111010101010010101111001001011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38315; }

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

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

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

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

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

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

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

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