Html Css Color HEX #A6841F Hacienda

📋 copy color: '#A6841F'

red 166 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #A6841F

Tints of Hacienda #A6841F

RGB

 RED value IS 166 (65.23% from 255) = 50.46%

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 50.46%
G = 40.12%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6841F (or 0xA6841F) is known color: Hacienda. HEX triplet: A6, 84 and 1F. RGB value is (166,132,31). Sum of RGB (Red+Green+Blue) = 166+132+31=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6841F is #597BE0. Grayscale: #838383. Windows color (decimal): -5864417 or 2065574. OLE color: 2065574.

HSL color Cylindrical-coordinate representation of color #A6841F: hue angle of 44.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6841F is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 31 -
CMYK 0 0.20 0.81 0.35
HSL 44.89º 0.69% 0.39% -
HSV(B) 44.89º 0.81% 0.65% -
XYZ 24.22 24.71 4.79 -
YUV 130.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 166 132 31 0 0.20 0.81 0.35 44.89 0.69 0.39
Hex A6 84 1F 0 14 51 23 2D 45 27
Octal 246 204 37 0 24 121 43 55 105 47
Binary 10100110 10000100 11111 0 10100 1010001 100011 101101 1000101 100111

Color Harmonies of #A6841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6841F

Black with #A6841F

Text Example


Text Example

White with #A6841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6841F; }

 p { color: rgb(166,132,31); }

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

background-color css

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

 a { background-color: rgb(166,132,31); }

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

border-color css

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

 span { border-color: rgb(166,132,31); }

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