#A78A15

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

Shades of Hacienda #A78A15

Tints of Hacienda #A78A15

Color information

#A78A15 (or 0xA78A15) is unknown color: approx Hacienda. HEX triplet: A7, 8A and 15. RGB value is (167,138,21). Sum of RGB (Red+Green+Blue) = 167+138+21=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78A15 is #5875EA. Grayscale: #858585. Windows color (decimal): -5797355 or 1411751. OLE color: 1411751.

HSL color Cylindrical-coordinate representation of color #A78A15: hue angle of 48.08º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A78A15 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16713821-
CMYK00.170.870.35
HSL48.08º77.66%36.86%-
HSV(B)48.08º87.43%65.49%-
XYZ25.1626.454.49-
YUV133.3364.61152.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.23%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=51.23%
G=42.33%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671382100.170.870.3548.0877.6636.86
HexA78A150115723304e25
Octal24721225021127436011645
Binary10100111100010101010101000110101111000111100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A15; }

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

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

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

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

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

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

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

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