Html Css Color HEX #A78B20 Hacienda

📋 copy color: '#A78B20'

red 167 ◦ green 139 ◦ blue 32

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

Shades of Hacienda #A78B20

Tints of Hacienda #A78B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 49.41%
G = 41.12%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A78B20 (or 0xA78B20) is known color: Hacienda. HEX triplet: A7, 8B and 20. RGB value is (167,139,32). Sum of RGB (Red+Green+Blue) = 167+139+32=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78B20 is #5874DF. Grayscale: #878787. Windows color (decimal): -5797088 or 2132903. OLE color: 2132903.

HSL color Cylindrical-coordinate representation of color #A78B20: hue angle of 47.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 #A78B20 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 139 32 -
CMYK 0 0.17 0.81 0.35
HSL 47.56º 0.68% 0.39% -
HSV(B) 47.56º 0.81% 0.65% -
XYZ 25.43 26.79 5.2 -
YUV 135.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 167 139 32 0 0.17 0.81 0.35 47.56 0.68 0.39
Hex A7 8B 20 0 11 51 23 30 44 27
Octal 247 213 40 0 21 121 43 60 104 47
Binary 10100111 10001011 100000 0 10001 1010001 100011 110000 1000100 100111

Color Harmonies of #A78B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78B20

Black with #A78B20

Text Example


Text Example

White with #A78B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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