#A68A16

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

Shades of Hacienda #A68A16

Tints of Hacienda #A68A16

Color information

#A68A16 (or 0xA68A16) is unknown color: approx Hacienda. HEX triplet: A6, 8A and 16. RGB value is (166,138,22). Sum of RGB (Red+Green+Blue) = 166+138+22=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68A16 is #5975E9. Grayscale: #858585. Windows color (decimal): -5862890 or 1477286. OLE color: 1477286.

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

Color convert

RGB16613822-
CMYK00.170.870.35
HSL48.33º76.6%36.86%-
HSV(B)48.33º86.75%65.1%-
XYZ24.9626.344.53-
YUV133.1565.28151.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 138 (54.30% from 255) = 42.33%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=50.92%
G=42.33%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661382200.170.870.3548.3376.636.86
HexA68A160115723304d25
Octal24621226021127436011545
Binary10100110100010101011001000110101111000111100001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A16; }

 p { color: rgb(166,138,22); }

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

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

 a { background-color: rgb(166,138,22); }

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

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

 span { border-color: rgb(166,138,22); }

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