#A78A1E

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

Shades of Hacienda #A78A1E

Tints of Hacienda #A78A1E

Color information

#A78A1E (or 0xA78A1E) is unknown color: approx Hacienda. HEX triplet: A7, 8A and 1E. RGB value is (167,138,30). Sum of RGB (Red+Green+Blue) = 167+138+30=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A1E is #5875E1. Grayscale: #868686. Windows color (decimal): -5797346 or 2001575. OLE color: 2001575.

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

Color convert

RGB16713830-
CMYK00.170.820.35
HSL47.3º69.54%38.63%-
HSV(B)47.3º82.04%65.49%-
XYZ25.2626.495.01-
YUV134.3669.11151.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=49.85%
G=41.19%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671383000.170.820.3547.369.5438.63
HexA78A1E01152232f4627
Octal24721236021122435710647
Binary10100111100010101111001000110100101000111011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A1E; }

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

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

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

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

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

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

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

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