Html Css Color HEX #A18C1F Hacienda

📋 copy color: '#A18C1F'

red 161 ◦ green 140 ◦ blue 31

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

Shades of Hacienda #A18C1F

Tints of Hacienda #A18C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

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

R = 48.49%
G = 42.17%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A18C1F (or 0xA18C1F) is known color: Hacienda. HEX triplet: A1, 8C and 1F. RGB value is (161,140,31). Sum of RGB (Red+Green+Blue) = 161+140+31=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C1F is #5E73E0. Grayscale: #868686. Windows color (decimal): -6190049 or 2067617. OLE color: 2067617.

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

Color convert

RGB 161 140 31 -
CMYK 0 0.13 0.81 0.37
HSL 50.31º 0.68% 0.38% -
HSV(B) 50.31º 0.81% 0.63% -
XYZ 24.32 26.43 5.12 -
YUV 133.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 161 140 31 0 0.13 0.81 0.37 50.31 0.68 0.38
Hex A1 8C 1F 0 D 51 25 32 44 26
Octal 241 214 37 0 15 121 45 62 104 46
Binary 10100001 10001100 11111 0 1101 1010001 100101 110010 1000100 100110

Color Harmonies of #A18C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C1F

Black with #A18C1F

Text Example


Text Example

White with #A18C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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