Html Css Color HEX #A1851F Hacienda

📋 copy color: '#A1851F'

red 161 ◦ green 133 ◦ blue 31

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

Shades of Hacienda #A1851F

Tints of Hacienda #A1851F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 49.54%
G = 40.92%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1851F (or 0xA1851F) is known color: Hacienda. HEX triplet: A1, 85 and 1F. RGB value is (161,133,31). Sum of RGB (Red+Green+Blue) = 161+133+31=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1851F is #5E7AE0. Grayscale: #828282. Windows color (decimal): -6191841 or 2065825. OLE color: 2065825.

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

Color convert

RGB 161 133 31 -
CMYK 0 0.17 0.81 0.37
HSL 47.08º 0.68% 0.38% -
HSV(B) 47.08º 0.81% 0.63% -
XYZ 23.33 24.45 4.79 -
YUV 129.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 161 133 31 0 0.17 0.81 0.37 47.08 0.68 0.38
Hex A1 85 1F 0 11 51 25 2F 44 26
Octal 241 205 37 0 21 121 45 57 104 46
Binary 10100001 10000101 11111 0 10001 1010001 100101 101111 1000100 100110

Color Harmonies of #A1851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1851F

Black with #A1851F

Text Example


Text Example

White with #A1851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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