Shades of Lucky #A09B2D
Tints of Lucky #A09B2D
RGB
CMYK
RGB Variations
Color information
#A09B2D (or 0xA09B2D) is known color: Lucky. HEX triplet: A0, 9B and 2D. RGB value is (160,155,45). Sum of RGB (Red+Green+Blue) = 160+155+45=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B2D is #5F64D2. Grayscale: #909090. Windows color (decimal): -6251731 or 2988960. OLE color: 2988960.
HSL color Cylindrical-coordinate representation of color #A09B2D: hue angle of 57.39º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A09B2D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 45 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.37 |
| HSL | 57.39º | 0.56% | 0.4% | - |
| HSV(B) | 57.39º | 0.72% | 0.63% | - |
| XYZ | 26.69 | 31.11 | 7.08 | - |
| YUV | 143.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 45 | 0 | 0.03 | 0.72 | 0.37 | 57.39 | 0.56 | 0.4 |
| Hex | A0 | 9B | 2D | 0 | 3 | 48 | 25 | 39 | 38 | 28 |
| Octal | 240 | 233 | 55 | 0 | 3 | 110 | 45 | 71 | 70 | 50 |
| Binary | 10100000 | 10011011 | 101101 | 0 | 11 | 1001000 | 100101 | 111001 | 111000 | 101000 |
Color Harmonies of #A09B2D
Complementary color
Monochromatic Colors of #A09B2D
Black with #A09B2D
Text Example
Text Example
White with #A09B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B2D; }
p { color: rgb(160,155,45); }
H1.HeaderClassName
{
color: #A09B2D;
}
.AnyTagClassName
{
color: #A09B2D;
}
</style>
background-color css
<style>
a { background-color: #A09B2D; }
a { background-color: rgb(160,155,45); }
div.DivClassName
{
background-color: #A09B2D;
}
.BgClassName
{
background-color: #A09B2D;
}
</style>
border-color css
<style>
span { border-color: #A09B2D; }
span { border-color: rgb(160,155,45); }
td.TdClassName
{
border-color: #A09B2D;
}
.TagClassName
{
border-color: #A09B2D;
}
</style>