Html Css Color HEX #A6841A Hacienda

📋 copy color: '#A6841A'

red 166 ◦ green 132 ◦ blue 26

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

Shades of Hacienda #A6841A

Tints of Hacienda #A6841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.02%

R = 51.23%
G = 40.74%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6841A (or 0xA6841A) is known color: Hacienda. HEX triplet: A6, 84 and 1A. RGB value is (166,132,26). Sum of RGB (Red+Green+Blue) = 166+132+26=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6841A is #597BE5. Grayscale: #828282. Windows color (decimal): -5864422 or 1737894. OLE color: 1737894.

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

Color convert

RGB 166 132 26 -
CMYK 0 0.20 0.84 0.35
HSL 45.43º 0.73% 0.38% -
HSV(B) 45.43º 0.84% 0.65% -
XYZ 24.16 24.68 4.47 -
YUV 130.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 166 132 26 0 0.20 0.84 0.35 45.43 0.73 0.38
Hex A6 84 1A 0 14 54 23 2D 49 26
Octal 246 204 32 0 24 124 43 55 111 46
Binary 10100110 10000100 11010 0 10100 1010100 100011 101101 1001001 100110

Color Harmonies of #A6841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6841A

Black with #A6841A

Text Example


Text Example

White with #A6841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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