Html Css Color HEX #A18521 Hacienda

📋 copy color: '#A18521'

red 161 ◦ green 133 ◦ blue 33

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

Shades of Hacienda #A18521

Tints of Hacienda #A18521

RGB

 RED value IS 161 (63.28% from 255) = 49.24%

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

 BLUE value IS 33 (13.28% from 255) = 10.09%

R = 49.24%
G = 40.67%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A18521 (or 0xA18521) is known color: Hacienda. HEX triplet: A1, 85 and 21. RGB value is (161,133,33). Sum of RGB (Red+Green+Blue) = 161+133+33=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18521 is #5E7ADE. Grayscale: #828282. Windows color (decimal): -6191839 or 2196897. OLE color: 2196897.

HSL color Cylindrical-coordinate representation of color #A18521: hue angle of 46.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A18521 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 33 -
CMYK 0 0.17 0.80 0.37
HSL 46.88º 0.66% 0.38% -
HSV(B) 46.88º 0.8% 0.63% -
XYZ 23.36 24.46 4.93 -
YUV 129.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 161 133 33 0 0.17 0.80 0.37 46.88 0.66 0.38
Hex A1 85 21 0 11 50 25 2F 42 26
Octal 241 205 41 0 21 120 45 57 102 46
Binary 10100001 10000101 100001 0 10001 1010000 100101 101111 1000010 100110

Color Harmonies of #A18521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18521

Black with #A18521

Text Example


Text Example

White with #A18521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18521; }

 p { color: rgb(161,133,33); }

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

background-color css

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

 a { background-color: rgb(161,133,33); }

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

border-color css

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

 span { border-color: rgb(161,133,33); }

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