#A1A38A

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

Shades of Bud #A1A38A

Tints of Bud #A1A38A

Color information

#A1A38A (or 0xA1A38A) is unknown color: approx Bud. HEX triplet: A1, A3 and 8A. RGB value is (161,163,138). Sum of RGB (Red+Green+Blue) = 161+163+138=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A38A is #5E5C75. Grayscale: #9F9F9F. Windows color (decimal): -6184054 or 9085857. OLE color: 9085857.

HSL color Cylindrical-coordinate representation of color #A1A38A: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1A38A is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB161163138-
CMYK0.0100.150.36
HSL64.8º11.96%59.02%-
HSV(B)64.8º15.34%63.92%-
XYZ32.3835.6129.21-
YUV159.55115.84129.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=34.85%
G=35.28%
B=29.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611631380.0100.150.3664.811.9659.02
HexA1A38A10F2441c3b
Octal2412432121017441011473
Binary10100001101000111000101010111110010010000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A38A; }

 p { color: rgb(161,163,138); }

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

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

 a { background-color: rgb(161,163,138); }

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

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

 span { border-color: rgb(161,163,138); }

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