Html Css Color HEX #A78014 Hacienda

📋 copy color: '#A78014'

red 167 ◦ green 128 ◦ blue 20

#A78014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A78014

Tints of Hacienda #A78014

RGB

 RED value IS 167 (65.63% from 255) = 53.02%

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 53.02%
G = 40.63%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A78014 (or 0xA78014) is known color: Hacienda. HEX triplet: A7, 80 and 14. RGB value is (167,128,20). Sum of RGB (Red+Green+Blue) = 167+128+20=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A78014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78014 is #587FEB. Grayscale: #7F7F7F. Windows color (decimal): -5799916 or 1343655. OLE color: 1343655.

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

Color convert

RGB 167 128 20 -
CMYK 0 0.23 0.88 0.35
HSL 44.08º 0.79% 0.37% -
HSV(B) 44.08º 0.88% 0.65% -
XYZ 23.78 23.7 3.98 -
YUV 127.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 167 128 20 0 0.23 0.88 0.35 44.08 0.79 0.37
Hex A7 80 14 0 17 58 23 2C 4F 25
Octal 247 200 24 0 27 130 43 54 117 45
Binary 10100111 10000000 10100 0 10111 1011000 100011 101100 1001111 100101

Color Harmonies of #A78014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78014

Black with #A78014

Text Example


Text Example

White with #A78014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78014; }

 p { color: rgb(167,128,20); }

 H1.HeaderClassName
 {
   color: #A78014;
 }
 .AnyTagClassName
 {
   color: #A78014;
 }
</style>

background-color css

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

 a { background-color: rgb(167,128,20); }

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

border-color css

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

 span { border-color: rgb(167,128,20); }

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