Shades of Bahia #A2AF1E
Tints of Bahia #A2AF1E
RGB
CMYK
RGB Variations
Color information
#A2AF1E (or 0xA2AF1E) is known color: Bahia. HEX triplet: A2, AF and 1E. RGB value is (162,175,30). Sum of RGB (Red+Green+Blue) = 162+175+30=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF1E is #5D50E1. Grayscale: #9B9B9B. Windows color (decimal): -6115554 or 2011042. OLE color: 2011042.
HSL color Cylindrical-coordinate representation of color #A2AF1E: hue angle of 65.38º degrees, saturation: 0.71, 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 #A2AF1E is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 30 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.31 |
| HSL | 65.38º | 0.71% | 0.4% | - |
| HSV(B) | 65.38º | 0.83% | 0.69% | - |
| XYZ | 30.46 | 38.44 | 7.04 | - |
| YUV | 154.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 30 | 0.07 | 0 | 0.83 | 0.31 | 65.38 | 0.71 | 0.4 |
| Hex | A2 | AF | 1E | 7 | 0 | 53 | 1F | 41 | 47 | 28 |
| Octal | 242 | 257 | 36 | 7 | 0 | 123 | 37 | 101 | 107 | 50 |
| Binary | 10100010 | 10101111 | 11110 | 111 | 0 | 1010011 | 11111 | 1000001 | 1000111 | 101000 |
Color Harmonies of #A2AF1E
Complementary color
Monochromatic Colors of #A2AF1E
Black with #A2AF1E
Text Example
Text Example
White with #A2AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF1E; }
p { color: rgb(162,175,30); }
H1.HeaderClassName
{
color: #A2AF1E;
}
.AnyTagClassName
{
color: #A2AF1E;
}
</style>
background-color css
<style>
a { background-color: #A2AF1E; }
a { background-color: rgb(162,175,30); }
div.DivClassName
{
background-color: #A2AF1E;
}
.BgClassName
{
background-color: #A2AF1E;
}
</style>
border-color css
<style>
span { border-color: #A2AF1E; }
span { border-color: rgb(162,175,30); }
td.TdClassName
{
border-color: #A2AF1E;
}
.TagClassName
{
border-color: #A2AF1E;
}
</style>