Html Css Color HEX #A78019 Hacienda

📋 copy color: '#A78019'

red 167 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #A78019

Tints of Hacienda #A78019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 52.19%
G = 40%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A78019 (or 0xA78019) is known color: Hacienda. HEX triplet: A7, 80 and 19. RGB value is (167,128,25). Sum of RGB (Red+Green+Blue) = 167+128+25=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A78019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78019 is #587FE6. Grayscale: #808080. Windows color (decimal): -5799911 or 1671335. OLE color: 1671335.

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

Color convert

RGB 167 128 25 -
CMYK 0 0.23 0.85 0.35
HSL 43.52º 0.74% 0.38% -
HSV(B) 43.52º 0.85% 0.65% -
XYZ 23.83 23.72 4.24 -
YUV 127.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 167 128 25 0 0.23 0.85 0.35 43.52 0.74 0.38
Hex A7 80 19 0 17 55 23 2C 4A 26
Octal 247 200 31 0 27 125 43 54 112 46
Binary 10100111 10000000 11001 0 10111 1010101 100011 101100 1001010 100110

Color Harmonies of #A78019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78019

Black with #A78019

Text Example


Text Example

White with #A78019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78019; }

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

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

background-color css

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

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

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

border-color css

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

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

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