Html Css Color HEX #A18B1F Hacienda

📋 copy color: '#A18B1F'

red 161 ◦ green 139 ◦ blue 31

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

Shades of Hacienda #A18B1F

Tints of Hacienda #A18B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

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

R = 48.64%
G = 41.99%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A18B1F (or 0xA18B1F) is known color: Hacienda. HEX triplet: A1, 8B and 1F. RGB value is (161,139,31). Sum of RGB (Red+Green+Blue) = 161+139+31=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B1F is #5E74E0. Grayscale: #858585. Windows color (decimal): -6190305 or 2067361. OLE color: 2067361.

HSL color Cylindrical-coordinate representation of color #A18B1F: hue angle of 49.85º 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 #A18B1F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 139 31 -
CMYK 0 0.14 0.81 0.37
HSL 49.85º 0.68% 0.38% -
HSV(B) 49.85º 0.81% 0.63% -
XYZ 24.18 26.14 5.07 -
YUV 133.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 161 139 31 0 0.14 0.81 0.37 49.85 0.68 0.38
Hex A1 8B 1F 0 E 51 25 32 44 26
Octal 241 213 37 0 16 121 45 62 104 46
Binary 10100001 10001011 11111 0 1110 1010001 100101 110010 1000100 100110

Color Harmonies of #A18B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B1F

Black with #A18B1F

Text Example


Text Example

White with #A18B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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