#A9AD1A

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

Shades of Bahia #A9AD1A

Tints of Bahia #A9AD1A

Color information

#A9AD1A (or 0xA9AD1A) is unknown color: approx Bahia. HEX triplet: A9, AD and 1A. RGB value is (169,173,26). Sum of RGB (Red+Green+Blue) = 169+173+26=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AD1A is #5652E5. Grayscale: #9B9B9B. Windows color (decimal): -5657318 or 1748393. OLE color: 1748393.

HSL color Cylindrical-coordinate representation of color #A9AD1A: hue angle of 61.63º 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 #A9AD1A is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB16917326-
CMYK0.0200.850.32
HSL61.63º73.87%39.02%-
HSV(B)61.63º84.97%67.84%-
XYZ31.4938.46.73-
YUV155.0555.17137.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 173 (67.97% from 255) = 47.01%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=45.92%
G=47.01%
B=7.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169173260.0200.850.3261.6373.8739.02
HexA9AD1A2055203e4a27
Octal2512553220125407611247
Binary10101001101011011101010010101011000001111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD1A; }

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

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

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

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

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

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

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

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