Shades of Bahia #A2AF1C
Tints of Bahia #A2AF1C
RGB
CMYK
RGB Variations
Color information
#A2AF1C (or 0xA2AF1C) is known color: Bahia. HEX triplet: A2, AF and 1C. RGB value is (162,175,28). Sum of RGB (Red+Green+Blue) = 162+175+28=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF1C is #5D50E3. Grayscale: #9A9A9A. Windows color (decimal): -6115556 or 1879970. OLE color: 1879970.
HSL color Cylindrical-coordinate representation of color #A2AF1C: hue angle of 65.31º 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 #A2AF1C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 28 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.31 |
| HSL | 65.31º | 0.72% | 0.4% | - |
| HSV(B) | 65.31º | 0.84% | 0.69% | - |
| XYZ | 30.44 | 38.43 | 6.91 | - |
| YUV | 154.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 28 | 0.07 | 0 | 0.84 | 0.31 | 65.31 | 0.72 | 0.4 |
| Hex | A2 | AF | 1C | 7 | 0 | 54 | 1F | 41 | 48 | 28 |
| Octal | 242 | 257 | 34 | 7 | 0 | 124 | 37 | 101 | 110 | 50 |
| Binary | 10100010 | 10101111 | 11100 | 111 | 0 | 1010100 | 11111 | 1000001 | 1001000 | 101000 |
Color Harmonies of #A2AF1C
Complementary color
Monochromatic Colors of #A2AF1C
Black with #A2AF1C
Text Example
Text Example
White with #A2AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF1C; }
p { color: rgb(162,175,28); }
H1.HeaderClassName
{
color: #A2AF1C;
}
.AnyTagClassName
{
color: #A2AF1C;
}
</style>
background-color css
<style>
a { background-color: #A2AF1C; }
a { background-color: rgb(162,175,28); }
div.DivClassName
{
background-color: #A2AF1C;
}
.BgClassName
{
background-color: #A2AF1C;
}
</style>
border-color css
<style>
span { border-color: #A2AF1C; }
span { border-color: rgb(162,175,28); }
td.TdClassName
{
border-color: #A2AF1C;
}
.TagClassName
{
border-color: #A2AF1C;
}
</style>