Html Css Color HEX #A78220 Hacienda

📋 copy color: '#A78220'

red 167 ◦ green 130 ◦ blue 32

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

Shades of Hacienda #A78220

Tints of Hacienda #A78220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 50.76%
G = 39.51%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A78220 (or 0xA78220) is known color: Hacienda. HEX triplet: A7, 82 and 20. RGB value is (167,130,32). Sum of RGB (Red+Green+Blue) = 167+130+32=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A78220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78220 is #587DDF. Grayscale: #828282. Windows color (decimal): -5799392 or 2130599. OLE color: 2130599.

HSL color Cylindrical-coordinate representation of color #A78220: hue angle of 43.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A78220 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 130 32 -
CMYK 0 0.22 0.81 0.35
HSL 43.56º 0.68% 0.39% -
HSV(B) 43.56º 0.81% 0.65% -
XYZ 24.18 24.29 4.78 -
YUV 129.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 167 130 32 0 0.22 0.81 0.35 43.56 0.68 0.39
Hex A7 82 20 0 16 51 23 2C 44 27
Octal 247 202 40 0 26 121 43 54 104 47
Binary 10100111 10000010 100000 0 10110 1010001 100011 101100 1000100 100111

Color Harmonies of #A78220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78220

Black with #A78220

Text Example


Text Example

White with #A78220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78220; }

 p { color: rgb(167,130,32); }

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

background-color css

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

 a { background-color: rgb(167,130,32); }

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

border-color css

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

 span { border-color: rgb(167,130,32); }

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