Shades of Bahia #A3AF33
Tints of Bahia #A3AF33
RGB
CMYK
RGB Variations
Color information
#A3AF33 (or 0xA3AF33) is known color: Bahia. HEX triplet: A3, AF and 33. RGB value is (163,175,51). Sum of RGB (Red+Green+Blue) = 163+175+51=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AF33 is #5C50CC. Grayscale: #9D9D9D. Windows color (decimal): -6049997 or 3387299. OLE color: 3387299.
HSL color Cylindrical-coordinate representation of color #A3AF33: hue angle of 65.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3AF33 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 51 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.31 |
| HSL | 65.81º | 0.55% | 0.44% | - |
| HSV(B) | 65.81º | 0.71% | 0.69% | - |
| XYZ | 31.03 | 38.69 | 8.96 | - |
| YUV | 157.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 51 | 0.07 | 0 | 0.71 | 0.31 | 65.81 | 0.55 | 0.44 |
| Hex | A3 | AF | 33 | 7 | 0 | 47 | 1F | 42 | 37 | 2C |
| Octal | 243 | 257 | 63 | 7 | 0 | 107 | 37 | 102 | 67 | 54 |
| Binary | 10100011 | 10101111 | 110011 | 111 | 0 | 1000111 | 11111 | 1000010 | 110111 | 101100 |
Color Harmonies of #A3AF33
Complementary color
Monochromatic Colors of #A3AF33
Black with #A3AF33
Text Example
Text Example
White with #A3AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF33; }
p { color: rgb(163,175,51); }
H1.HeaderClassName
{
color: #A3AF33;
}
.AnyTagClassName
{
color: #A3AF33;
}
</style>
background-color css
<style>
a { background-color: #A3AF33; }
a { background-color: rgb(163,175,51); }
div.DivClassName
{
background-color: #A3AF33;
}
.BgClassName
{
background-color: #A3AF33;
}
</style>
border-color css
<style>
span { border-color: #A3AF33; }
span { border-color: rgb(163,175,51); }
td.TdClassName
{
border-color: #A3AF33;
}
.TagClassName
{
border-color: #A3AF33;
}
</style>