#A68B26

Color #A68B26 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A68B26

Tints of Hacienda #A68B26

Color information

#A68B26 (or 0xA68B26) is unknown color: approx Hacienda. HEX triplet: A6, 8B and 26. RGB value is (166,139,38). Sum of RGB (Red+Green+Blue) = 166+139+38=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B26 is #5974D9. Grayscale: #878787. Windows color (decimal): -5862618 or 2526118. OLE color: 2526118.

HSL color Cylindrical-coordinate representation of color #A68B26: hue angle of 47.34º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A68B26 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB16613938-
CMYK00.160.770.35
HSL47.34º62.75%40%-
HSV(B)47.34º77.11%65.1%-
XYZ25.3126.715.66-
YUV135.5672.95149.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=48.40%
G=40.52%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661393800.160.770.3547.3462.7540
HexA68B260104D232f3f28
Octal2462134602011543577750
Binary10100110100010111001100100001001101100011101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B26; }

 p { color: rgb(166,139,38); }

 H1.HeaderClassName
 {
   color: #A68B26;
 }
 .AnyTagClassName
 {
   color: #A68B26;
 }
</style>
background-color css

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

 a { background-color: rgb(166,139,38); }

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

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

 span { border-color: rgb(166,139,38); }

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