#A78C1E

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

Shades of Hacienda #A78C1E

Tints of Hacienda #A78C1E

Color information

#A78C1E (or 0xA78C1E) is unknown color: approx Hacienda. HEX triplet: A7, 8C and 1E. RGB value is (167,140,30). Sum of RGB (Red+Green+Blue) = 167+140+30=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78C1E is #5873E1. Grayscale: #888888. Windows color (decimal): -5796834 or 2002087. OLE color: 2002087.

HSL color Cylindrical-coordinate representation of color #A78C1E: hue angle of 48.18º 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 #A78C1E is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16714030-
CMYK00.160.820.35
HSL48.18º69.54%38.63%-
HSV(B)48.18º82.04%65.49%-
XYZ25.5527.075.11-
YUV135.5368.45150.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.55%
GREEN value IS 140 (55.08% from 255) = 41.54%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=49.55%
G=41.54%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671403000.160.820.3548.1869.5438.63
HexA78C1E0105223304627
Octal24721436020122436010647
Binary10100111100011001111001000010100101000111100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C1E; }

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

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

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

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

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

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

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

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