Html Css Color HEX #A78A20 Hacienda

📋 copy color: '#A78A20'

red 167 ◦ green 138 ◦ blue 32

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

Shades of Hacienda #A78A20

Tints of Hacienda #A78A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

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

R = 49.55%
G = 40.95%
B = 9.5%

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

#A78A20 (or 0xA78A20) is known color: Hacienda. HEX triplet: A7, 8A and 20. RGB value is (167,138,32). Sum of RGB (Red+Green+Blue) = 167+138+32=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A20 is #5875DF. Grayscale: #878787. Windows color (decimal): -5797344 or 2132647. OLE color: 2132647.

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

Color convert

RGB 167 138 32 -
CMYK 0 0.17 0.81 0.35
HSL 47.11º 0.68% 0.39% -
HSV(B) 47.11º 0.81% 0.65% -
XYZ 25.29 26.5 5.15 -
YUV 134.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 167 138 32 0 0.17 0.81 0.35 47.11 0.68 0.39
Hex A7 8A 20 0 11 51 23 2F 44 27
Octal 247 212 40 0 21 121 43 57 104 47
Binary 10100111 10001010 100000 0 10001 1010001 100011 101111 1000100 100111

Color Harmonies of #A78A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A20

Black with #A78A20

Text Example


Text Example

White with #A78A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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