#A38A15

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

Shades of Hacienda #A38A15

Tints of Hacienda #A38A15

Color information

#A38A15 (or 0xA38A15) is unknown color: approx Hacienda. HEX triplet: A3, 8A and 15. RGB value is (163,138,21). Sum of RGB (Red+Green+Blue) = 163+138+21=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A15 is #5C75EA. Grayscale: #848484. Windows color (decimal): -6059499 or 1411747. OLE color: 1411747.

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

Color convert

RGB16313821-
CMYK00.150.870.36
HSL49.44º77.17%36.08%-
HSV(B)49.44º87.12%63.92%-
XYZ24.3326.024.45-
YUV132.1465.28150.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.62%
GREEN value IS 138 (54.30% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 6.52%
R=50.62%
G=42.86%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631382100.150.870.3649.4477.1736.08
HexA38A150F5724314d24
Octal24321225017127446111544
Binary1010001110001010101010111110101111001001100011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A15; }

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

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

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

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

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

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

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

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