#A1A68E

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

Shades of Bud #A1A68E

Tints of Bud #A1A68E

Color information

#A1A68E (or 0xA1A68E) is unknown color: approx Bud. HEX triplet: A1, A6 and 8E. RGB value is (161,166,142). Sum of RGB (Red+Green+Blue) = 161+166+142=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A68E is #5E5971. Grayscale: #A1A1A1. Windows color (decimal): -6183282 or 9348769. OLE color: 9348769.

HSL color Cylindrical-coordinate representation of color #A1A68E: hue angle of 72.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1A68E is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB161166142-
CMYK0.0300.140.35
HSL72.5º11.88%60.39%-
HSV(B)72.5º14.46%65.1%-
XYZ33.2236.830.94-
YUV161.77116.84127.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=34.33%
G=35.39%
B=30.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661420.0300.140.3572.511.8860.39
HexA1A68E30E2348c3c
Octal2412462163016431101474
Binary101000011010011010001110110111010001110010001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A68E; }

 p { color: rgb(161,166,142); }

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

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

 a { background-color: rgb(161,166,142); }

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

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

 span { border-color: rgb(161,166,142); }

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