Shades of Bahia #AAAF1C
Tints of Bahia #AAAF1C
RGB
CMYK
RGB Variations
Color information
#AAAF1C (or 0xAAAF1C) is known color: Bahia. HEX triplet: AA, AF and 1C. RGB value is (170,175,28). Sum of RGB (Red+Green+Blue) = 170+175+28=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF1C is #5550E3. Grayscale: #9D9D9D. Windows color (decimal): -5591268 or 1879978. OLE color: 1879978.
HSL color Cylindrical-coordinate representation of color #AAAF1C: hue angle of 62.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAAF1C is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 28 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.31 |
| HSL | 62.04º | 0.72% | 0.4% | - |
| HSV(B) | 62.04º | 0.84% | 0.69% | - |
| XYZ | 32.12 | 39.29 | 6.99 | - |
| YUV | 156.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 28 | 0.03 | 0 | 0.84 | 0.31 | 62.04 | 0.72 | 0.4 |
| Hex | AA | AF | 1C | 3 | 0 | 54 | 1F | 3E | 48 | 28 |
| Octal | 252 | 257 | 34 | 3 | 0 | 124 | 37 | 76 | 110 | 50 |
| Binary | 10101010 | 10101111 | 11100 | 11 | 0 | 1010100 | 11111 | 111110 | 1001000 | 101000 |
Color Harmonies of #AAAF1C
Complementary color
Monochromatic Colors of #AAAF1C
Black with #AAAF1C
Text Example
Text Example
White with #AAAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF1C; }
p { color: rgb(170,175,28); }
H1.HeaderClassName
{
color: #AAAF1C;
}
.AnyTagClassName
{
color: #AAAF1C;
}
</style>
background-color css
<style>
a { background-color: #AAAF1C; }
a { background-color: rgb(170,175,28); }
div.DivClassName
{
background-color: #AAAF1C;
}
.BgClassName
{
background-color: #AAAF1C;
}
</style>
border-color css
<style>
span { border-color: #AAAF1C; }
span { border-color: rgb(170,175,28); }
td.TdClassName
{
border-color: #AAAF1C;
}
.TagClassName
{
border-color: #AAAF1C;
}
</style>