Html Css Color HEX #A78314 Hacienda

📋 copy color: '#A78314'

red 167 ◦ green 131 ◦ blue 20

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

Shades of Hacienda #A78314

Tints of Hacienda #A78314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 52.52%
G = 41.19%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A78314 (or 0xA78314) is known color: Hacienda. HEX triplet: A7, 83 and 14. RGB value is (167,131,20). Sum of RGB (Red+Green+Blue) = 167+131+20=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A78314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78314 is #587CEB. Grayscale: #818181. Windows color (decimal): -5799148 or 1344423. OLE color: 1344423.

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

Color convert

RGB 167 131 20 -
CMYK 0 0.22 0.88 0.35
HSL 45.31º 0.79% 0.37% -
HSV(B) 45.31º 0.88% 0.65% -
XYZ 24.18 24.5 4.12 -
YUV 129.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 167 131 20 0 0.22 0.88 0.35 45.31 0.79 0.37
Hex A7 83 14 0 16 58 23 2D 4F 25
Octal 247 203 24 0 26 130 43 55 117 45
Binary 10100111 10000011 10100 0 10110 1011000 100011 101101 1001111 100101

Color Harmonies of #A78314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78314

Black with #A78314

Text Example


Text Example

White with #A78314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78314; }

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

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

background-color css

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

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

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

border-color css

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

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

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