Html Css Color HEX #A18512 Hacienda

📋 copy color: '#A18512'

red 161 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #A18512

Tints of Hacienda #A18512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 51.6%
G = 42.63%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18512 (or 0xA18512) is known color: Hacienda. HEX triplet: A1, 85 and 12. RGB value is (161,133,18). Sum of RGB (Red+Green+Blue) = 161+133+18=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A18512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18512 is #5E7AED. Grayscale: #808080. Windows color (decimal): -6191854 or 1213857. OLE color: 1213857.

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

Color convert

RGB 161 133 18 -
CMYK 0 0.17 0.89 0.37
HSL 48.25º 0.8% 0.35% -
HSV(B) 48.25º 0.89% 0.63% -
XYZ 23.19 24.4 4.06 -
YUV 128.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 161 133 18 0 0.17 0.89 0.37 48.25 0.8 0.35
Hex A1 85 12 0 11 59 25 30 50 23
Octal 241 205 22 0 21 131 45 60 120 43
Binary 10100001 10000101 10010 0 10001 1011001 100101 110000 1010000 100011

Color Harmonies of #A18512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18512

Black with #A18512

Text Example


Text Example

White with #A18512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18512; }

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

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

background-color css

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

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

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

border-color css

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

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

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