Shades of Bahia #A5AF1D
Tints of Bahia #A5AF1D
RGB
CMYK
RGB Variations
Color information
#A5AF1D (or 0xA5AF1D) is known color: Bahia. HEX triplet: A5, AF and 1D. RGB value is (165,175,29). Sum of RGB (Red+Green+Blue) = 165+175+29=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AF1D is #5A50E2. Grayscale: #9B9B9B. Windows color (decimal): -5918947 or 1945509. OLE color: 1945509.
HSL color Cylindrical-coordinate representation of color #A5AF1D: hue angle of 64.11º 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 #A5AF1D is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 29 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.31 |
| HSL | 64.11º | 0.72% | 0.4% | - |
| HSV(B) | 64.11º | 0.83% | 0.69% | - |
| XYZ | 31.07 | 38.75 | 7 | - |
| YUV | 155.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 29 | 0.06 | 0 | 0.83 | 0.31 | 64.11 | 0.72 | 0.4 |
| Hex | A5 | AF | 1D | 6 | 0 | 53 | 1F | 40 | 48 | 28 |
| Octal | 245 | 257 | 35 | 6 | 0 | 123 | 37 | 100 | 110 | 50 |
| Binary | 10100101 | 10101111 | 11101 | 110 | 0 | 1010011 | 11111 | 1000000 | 1001000 | 101000 |
Color Harmonies of #A5AF1D
Complementary color
Monochromatic Colors of #A5AF1D
Black with #A5AF1D
Text Example
Text Example
White with #A5AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF1D; }
p { color: rgb(165,175,29); }
H1.HeaderClassName
{
color: #A5AF1D;
}
.AnyTagClassName
{
color: #A5AF1D;
}
</style>
background-color css
<style>
a { background-color: #A5AF1D; }
a { background-color: rgb(165,175,29); }
div.DivClassName
{
background-color: #A5AF1D;
}
.BgClassName
{
background-color: #A5AF1D;
}
</style>
border-color css
<style>
span { border-color: #A5AF1D; }
span { border-color: rgb(165,175,29); }
td.TdClassName
{
border-color: #A5AF1D;
}
.TagClassName
{
border-color: #A5AF1D;
}
</style>