#A9AE1A

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

Shades of Bahia #A9AE1A

Tints of Bahia #A9AE1A

Color information

#A9AE1A (or 0xA9AE1A) is unknown color: approx Bahia. HEX triplet: A9, AE and 1A. RGB value is (169,174,26). Sum of RGB (Red+Green+Blue) = 169+174+26=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE1A is #5651E5. Grayscale: #9C9C9C. Windows color (decimal): -5657062 or 1748649. OLE color: 1748649.

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

Color convert

RGB16917426-
CMYK0.0300.850.32
HSL62.03º74%39.22%-
HSV(B)62.03º85.06%68.24%-
XYZ31.6838.786.79-
YUV155.6354.84137.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 26 (10.55% from 255) = 7.05%
R=45.80%
G=47.15%
B=7.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174260.0300.850.3262.037439.22
HexA9AE1A3055203e4a27
Octal2512563230125407611247
Binary10101001101011101101011010101011000001111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE1A; }

 p { color: rgb(169,174,26); }

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

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

 a { background-color: rgb(169,174,26); }

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

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

 span { border-color: rgb(169,174,26); }

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