Html Css Color HEX #A18519 Hacienda

📋 copy color: '#A18519'

red 161 ◦ green 133 ◦ blue 25

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

Shades of Hacienda #A18519

Tints of Hacienda #A18519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 50.47%
G = 41.69%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A18519 (or 0xA18519) is known color: Hacienda. HEX triplet: A1, 85 and 19. RGB value is (161,133,25). Sum of RGB (Red+Green+Blue) = 161+133+25=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A18519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18519 is #5E7AE6. Grayscale: #818181. Windows color (decimal): -6191847 or 1672609. OLE color: 1672609.

HSL color Cylindrical-coordinate representation of color #A18519: hue angle of 47.65º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A18519 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 25 -
CMYK 0 0.17 0.84 0.37
HSL 47.65º 0.73% 0.36% -
HSV(B) 47.65º 0.84% 0.63% -
XYZ 23.26 24.42 4.41 -
YUV 129.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 161 133 25 0 0.17 0.84 0.37 47.65 0.73 0.36
Hex A1 85 19 0 11 54 25 30 49 24
Octal 241 205 31 0 21 124 45 60 111 44
Binary 10100001 10000101 11001 0 10001 1010100 100101 110000 1001001 100100

Color Harmonies of #A18519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18519

Black with #A18519

Text Example


Text Example

White with #A18519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18519; }

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

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

background-color css

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

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

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

border-color css

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

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

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