Shades of Bahia #AAAF1D
Tints of Bahia #AAAF1D
RGB
CMYK
RGB Variations
Color information
#AAAF1D (or 0xAAAF1D) is known color: Bahia. HEX triplet: AA, AF and 1D. RGB value is (170,175,29). Sum of RGB (Red+Green+Blue) = 170+175+29=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF1D is #5550E2. Grayscale: #9D9D9D. Windows color (decimal): -5591267 or 1945514. OLE color: 1945514.
HSL color Cylindrical-coordinate representation of color #AAAF1D: hue angle of 62.05º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAAF1D is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 29 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.31 |
| HSL | 62.05º | 0.72% | 0.4% | - |
| HSV(B) | 62.05º | 0.83% | 0.69% | - |
| XYZ | 32.13 | 39.29 | 7.05 | - |
| YUV | 156.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 29 | 0.03 | 0 | 0.83 | 0.31 | 62.05 | 0.72 | 0.4 |
| Hex | AA | AF | 1D | 3 | 0 | 53 | 1F | 3E | 48 | 28 |
| Octal | 252 | 257 | 35 | 3 | 0 | 123 | 37 | 76 | 110 | 50 |
| Binary | 10101010 | 10101111 | 11101 | 11 | 0 | 1010011 | 11111 | 111110 | 1001000 | 101000 |
Color Harmonies of #AAAF1D
Complementary color
Monochromatic Colors of #AAAF1D
Black with #AAAF1D
Text Example
Text Example
White with #AAAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF1D; }
p { color: rgb(170,175,29); }
H1.HeaderClassName
{
color: #AAAF1D;
}
.AnyTagClassName
{
color: #AAAF1D;
}
</style>
background-color css
<style>
a { background-color: #AAAF1D; }
a { background-color: rgb(170,175,29); }
div.DivClassName
{
background-color: #AAAF1D;
}
.BgClassName
{
background-color: #AAAF1D;
}
</style>
border-color css
<style>
span { border-color: #AAAF1D; }
span { border-color: rgb(170,175,29); }
td.TdClassName
{
border-color: #AAAF1D;
}
.TagClassName
{
border-color: #AAAF1D;
}
</style>