#A6AE2E

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

Shades of Bahia #A6AE2E

Tints of Bahia #A6AE2E

Color information

#A6AE2E (or 0xA6AE2E) is unknown color: approx Bahia. HEX triplet: A6, AE and 2E. RGB value is (166,174,46). Sum of RGB (Red+Green+Blue) = 166+174+46=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AE2E is #5951D1. Grayscale: #9D9D9D. Windows color (decimal): -5853650 or 3059366. OLE color: 3059366.

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

Color convert

RGB16617446-
CMYK0.0500.740.32
HSL63.75º58.18%43.14%-
HSV(B)63.75º73.56%68.24%-
XYZ31.3638.588.38-
YUV157.0265.35134.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=43.01%
G=45.08%
B=11.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166174460.0500.740.3263.7558.1843.14
HexA6AE2E504A20403a2b
Octal2462565650112401007253
Binary1010011010101110101110101010010101000001000000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE2E; }

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

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

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

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

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

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

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

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