#A68C21

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

Shades of Hacienda #A68C21

Tints of Hacienda #A68C21

Color information

#A68C21 (or 0xA68C21) is unknown color: approx Hacienda. HEX triplet: A6, 8C and 21. RGB value is (166,140,33). Sum of RGB (Red+Green+Blue) = 166+140+33=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C21 is #5973DE. Grayscale: #888888. Windows color (decimal): -5862367 or 2198694. OLE color: 2198694.

HSL color Cylindrical-coordinate representation of color #A68C21: hue angle of 48.27º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A68C21 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16614033-
CMYK00.160.800.35
HSL48.27º66.83%39.02%-
HSV(B)48.27º80.12%65.1%-
XYZ25.3826.975.31-
YUV135.5870.11149.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=48.97%
G=41.30%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661403300.160.800.3548.2766.8339.02
HexA68C210105023304327
Octal24621441020120436010347
Binary101001101000110010000101000010100001000111100001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68C21; }

 p { color: rgb(166,140,33); }

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

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

 a { background-color: rgb(166,140,33); }

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

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

 span { border-color: rgb(166,140,33); }

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