Html Css Color HEX #A6861F Hacienda

📋 copy color: '#A6861F'

red 166 ◦ green 134 ◦ blue 31

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

Shades of Hacienda #A6861F

Tints of Hacienda #A6861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 50.15%
G = 40.48%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6861F (or 0xA6861F) is known color: Hacienda. HEX triplet: A6, 86 and 1F. RGB value is (166,134,31). Sum of RGB (Red+Green+Blue) = 166+134+31=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6861F is #5979E0. Grayscale: #848484. Windows color (decimal): -5863905 or 2066086. OLE color: 2066086.

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

Color convert

RGB 166 134 31 -
CMYK 0 0.19 0.81 0.35
HSL 45.78º 0.69% 0.39% -
HSV(B) 45.78º 0.81% 0.65% -
XYZ 24.5 25.26 4.88 -
YUV 131.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 166 134 31 0 0.19 0.81 0.35 45.78 0.69 0.39
Hex A6 86 1F 0 13 51 23 2E 45 27
Octal 246 206 37 0 23 121 43 56 105 47
Binary 10100110 10000110 11111 0 10011 1010001 100011 101110 1000101 100111

Color Harmonies of #A6861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6861F

Black with #A6861F

Text Example


Text Example

White with #A6861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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