Html Css Color HEX #A78714 Hacienda

📋 copy color: '#A78714'

red 167 ◦ green 135 ◦ blue 20

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

Shades of Hacienda #A78714

Tints of Hacienda #A78714

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 51.86%
G = 41.93%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A78714 (or 0xA78714) is known color: Hacienda. HEX triplet: A7, 87 and 14. RGB value is (167,135,20). Sum of RGB (Red+Green+Blue) = 167+135+20=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A78714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78714 is #5878EB. Grayscale: #838383. Windows color (decimal): -5798124 or 1345447. OLE color: 1345447.

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

Color convert

RGB 167 135 20 -
CMYK 0 0.19 0.88 0.35
HSL 46.94º 0.79% 0.37% -
HSV(B) 46.94º 0.88% 0.65% -
XYZ 24.73 25.59 4.3 -
YUV 131.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 167 135 20 0 0.19 0.88 0.35 46.94 0.79 0.37
Hex A7 87 14 0 13 58 23 2F 4F 25
Octal 247 207 24 0 23 130 43 57 117 45
Binary 10100111 10000111 10100 0 10011 1011000 100011 101111 1001111 100101

Color Harmonies of #A78714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78714

Black with #A78714

Text Example


Text Example

White with #A78714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78714; }

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

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

background-color css

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

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

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

border-color css

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

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

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