#A68D26

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

Shades of Hacienda #A68D26

Tints of Hacienda #A68D26

Color information

#A68D26 (or 0xA68D26) is unknown color: approx Hacienda. HEX triplet: A6, 8D and 26. RGB value is (166,141,38). Sum of RGB (Red+Green+Blue) = 166+141+38=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68D26 is #5972D9. Grayscale: #898989. Windows color (decimal): -5862106 or 2526630. OLE color: 2526630.

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

Color convert

RGB16614138-
CMYK00.150.770.35
HSL48.28º62.75%40%-
HSV(B)48.28º77.11%65.1%-
XYZ25.627.35.75-
YUV136.7372.28148.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=48.12%
G=40.87%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661413800.150.770.3548.2862.7540
HexA68D260F4D23303f28
Octal2462154601711543607750
Binary1010011010001101100110011111001101100011110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D26; }

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

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

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

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

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

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

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

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