Html Css Color HEX #A6831B Hacienda

📋 copy color: '#A6831B'

red 166 ◦ green 131 ◦ blue 27

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

Shades of Hacienda #A6831B

Tints of Hacienda #A6831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 27 (10.94% from 255) = 8.33%

R = 51.23%
G = 40.43%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6831B (or 0xA6831B) is known color: Hacienda. HEX triplet: A6, 83 and 1B. RGB value is (166,131,27). Sum of RGB (Red+Green+Blue) = 166+131+27=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6831B is #597CE4. Grayscale: #828282. Windows color (decimal): -5864677 or 1803174. OLE color: 1803174.

HSL color Cylindrical-coordinate representation of color #A6831B: hue angle of 44.89º degrees, saturation: 0.72, 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 #A6831B is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 27 -
CMYK 0 0.21 0.84 0.35
HSL 44.89º 0.72% 0.38% -
HSV(B) 44.89º 0.84% 0.65% -
XYZ 24.04 24.42 4.48 -
YUV 129.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 166 131 27 0 0.21 0.84 0.35 44.89 0.72 0.38
Hex A6 83 1B 0 15 54 23 2D 48 26
Octal 246 203 33 0 25 124 43 55 110 46
Binary 10100110 10000011 11011 0 10101 1010100 100011 101101 1001000 100110

Color Harmonies of #A6831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6831B

Black with #A6831B

Text Example


Text Example

White with #A6831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6831B; }

 p { color: rgb(166,131,27); }

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

background-color css

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

 a { background-color: rgb(166,131,27); }

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

border-color css

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

 span { border-color: rgb(166,131,27); }

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