Html Css Color HEX #A6831A Hacienda

📋 copy color: '#A6831A'

red 166 ◦ green 131 ◦ blue 26

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

Shades of Hacienda #A6831A

Tints of Hacienda #A6831A

RGB

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

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

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

R = 51.39%
G = 40.56%
B = 8.05%

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

#A6831A (or 0xA6831A) is known color: Hacienda. HEX triplet: A6, 83 and 1A. RGB value is (166,131,26). Sum of RGB (Red+Green+Blue) = 166+131+26=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A6831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6831A is #597CE5. Grayscale: #818181. Windows color (decimal): -5864678 or 1737638. OLE color: 1737638.

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

Color convert

RGB 166 131 26 -
CMYK 0 0.21 0.84 0.35
HSL 45º 0.73% 0.38% -
HSV(B) 45º 0.84% 0.65% -
XYZ 24.03 24.41 4.42 -
YUV 129.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 166 131 26 0 0.21 0.84 0.35 45 0.73 0.38
Hex A6 83 1A 0 15 54 23 2D 49 26
Octal 246 203 32 0 25 124 43 55 111 46
Binary 10100110 10000011 11010 0 10101 1010100 100011 101101 1001001 100110

Color Harmonies of #A6831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6831A

Black with #A6831A

Text Example


Text Example

White with #A6831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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