#a6ae2a

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

Shades of Bahia #A6AE2A

Tints of Bahia #A6AE2A

Color information

#A6AE2A (or 0xA6AE2A) is unknown color: approx Bahia. HEX triplet: A6, AE and 2A. RGB value is (166,174,42). Sum of RGB (Red+Green+Blue) = 166+174+42=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AE2A is #5951D5. Grayscale: #9D9D9D. Windows color (decimal): -5853654 or 2797222. OLE color: 2797222.

HSL color Cylindrical-coordinate representation of color #A6AE2A: hue angle of 63.64º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6AE2A is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB16617442-
CMYK0.0500.760.32
HSL63.64º61.11%42.35%-
HSV(B)63.64º75.86%68.24%-
XYZ31.2838.557.98-
YUV156.5663.35134.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 42 (16.80% from 255) = 10.99%
R=43.46%
G=45.55%
B=10.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166174420.0500.760.3263.6461.1142.35
HexA6AE2A504C20403d2a
Octal2462565250114401007552
Binary1010011010101110101010101010011001000001000000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6ae2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6ae2a; }

 p { color: rgb(166,174,42); }

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

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

 a { background-color: rgb(166,174,42); }

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

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

 span { border-color: rgb(166,174,42); }

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