Html Css Color HEX #A48520 Hacienda

📋 copy color: '#A48520'

red 164 ◦ green 133 ◦ blue 32

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

Shades of Hacienda #A48520

Tints of Hacienda #A48520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 49.85%
G = 40.43%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A48520 (or 0xA48520) is known color: Hacienda. HEX triplet: A4, 85 and 20. RGB value is (164,133,32). Sum of RGB (Red+Green+Blue) = 164+133+32=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A48520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48520 is #5B7ADF. Grayscale: #838383. Windows color (decimal): -5995232 or 2131364. OLE color: 2131364.

HSL color Cylindrical-coordinate representation of color #A48520: hue angle of 45.91º 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 #A48520 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 32 -
CMYK 0 0.19 0.80 0.36
HSL 45.91º 0.67% 0.38% -
HSV(B) 45.91º 0.8% 0.64% -
XYZ 23.96 24.77 4.89 -
YUV 130.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 164 133 32 0 0.19 0.80 0.36 45.91 0.67 0.38
Hex A4 85 20 0 13 50 24 2E 43 26
Octal 244 205 40 0 23 120 44 56 103 46
Binary 10100100 10000101 100000 0 10011 1010000 100100 101110 1000011 100110

Color Harmonies of #A48520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48520

Black with #A48520

Text Example


Text Example

White with #A48520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48520; }

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

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

background-color css

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

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

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

border-color css

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

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

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