Shades of Luxor Gold #A28A46
Tints of Luxor Gold #A28A46
RGB
CMYK
RGB Variations
Color information
#A28A46 (or 0xA28A46) is known color: Luxor Gold. HEX triplet: A2, 8A and 46. RGB value is (162,138,70). Sum of RGB (Red+Green+Blue) = 162+138+70=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A46 is #5D75B9. Grayscale: #898989. Windows color (decimal): -6124986 or 4623010. OLE color: 4623010.
HSL color Cylindrical-coordinate representation of color #A28A46: hue angle of 44.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A28A46 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 70 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.36 |
| HSL | 44.35º | 0.4% | 0.45% | - |
| HSV(B) | 44.35º | 0.57% | 0.64% | - |
| XYZ | 25.09 | 26.3 | 9.55 | - |
| YUV | 137.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 70 | 0 | 0.15 | 0.57 | 0.36 | 44.35 | 0.4 | 0.45 |
| Hex | A2 | 8A | 46 | 0 | F | 39 | 24 | 2C | 28 | 2D |
| Octal | 242 | 212 | 106 | 0 | 17 | 71 | 44 | 54 | 50 | 55 |
| Binary | 10100010 | 10001010 | 1000110 | 0 | 1111 | 111001 | 100100 | 101100 | 101000 | 101101 |
Color Harmonies of #A28A46
Complementary color
Monochromatic Colors of #A28A46
Black with #A28A46
Text Example
Text Example
White with #A28A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A46; }
p { color: rgb(162,138,70); }
H1.HeaderClassName
{
color: #A28A46;
}
.AnyTagClassName
{
color: #A28A46;
}
</style>
background-color css
<style>
a { background-color: #A28A46; }
a { background-color: rgb(162,138,70); }
div.DivClassName
{
background-color: #A28A46;
}
.BgClassName
{
background-color: #A28A46;
}
</style>
border-color css
<style>
span { border-color: #A28A46; }
span { border-color: rgb(162,138,70); }
td.TdClassName
{
border-color: #A28A46;
}
.TagClassName
{
border-color: #A28A46;
}
</style>