Html Css Color HEX #A48020 Hacienda

📋 copy color: '#A48020'

red 164 ◦ green 128 ◦ blue 32

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

Shades of Hacienda #A48020

Tints of Hacienda #A48020

RGB

 RED value IS 164 (64.45% from 255) = 50.62%

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

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

R = 50.62%
G = 39.51%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A48020 (or 0xA48020) is known color: Hacienda. HEX triplet: A4, 80 and 20. RGB value is (164,128,32). Sum of RGB (Red+Green+Blue) = 164+128+32=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A48020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48020 is #5B7FDF. Grayscale: #808080. Windows color (decimal): -5996512 or 2130084. OLE color: 2130084.

HSL color Cylindrical-coordinate representation of color #A48020: hue angle of 43.64º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A48020 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 32 -
CMYK 0 0.22 0.80 0.36
HSL 43.64º 0.67% 0.38% -
HSV(B) 43.64º 0.8% 0.64% -
XYZ 23.29 23.44 4.66 -
YUV 127.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 164 128 32 0 0.22 0.80 0.36 43.64 0.67 0.38
Hex A4 80 20 0 16 50 24 2C 43 26
Octal 244 200 40 0 26 120 44 54 103 46
Binary 10100100 10000000 100000 0 10110 1010000 100100 101100 1000011 100110

Color Harmonies of #A48020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48020

Black with #A48020

Text Example


Text Example

White with #A48020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48020; }

 p { color: rgb(164,128,32); }

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

background-color css

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

 a { background-color: rgb(164,128,32); }

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

border-color css

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

 span { border-color: rgb(164,128,32); }

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