Shades of Luxor Gold #A28A43
Tints of Luxor Gold #A28A43
RGB
CMYK
RGB Variations
Color information
#A28A43 (or 0xA28A43) is known color: Luxor Gold. HEX triplet: A2, 8A and 43. RGB value is (162,138,67). Sum of RGB (Red+Green+Blue) = 162+138+67=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A43 is #5D75BC. Grayscale: #898989. Windows color (decimal): -6124989 or 4426402. OLE color: 4426402.
HSL color Cylindrical-coordinate representation of color #A28A43: hue angle of 44.84º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A28A43 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 67 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.36 |
| HSL | 44.84º | 0.41% | 0.45% | - |
| HSV(B) | 44.84º | 0.59% | 0.64% | - |
| XYZ | 25 | 26.26 | 9.06 | - |
| YUV | 137.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 67 | 0 | 0.15 | 0.59 | 0.36 | 44.84 | 0.41 | 0.45 |
| Hex | A2 | 8A | 43 | 0 | F | 3B | 24 | 2D | 29 | 2D |
| Octal | 242 | 212 | 103 | 0 | 17 | 73 | 44 | 55 | 51 | 55 |
| Binary | 10100010 | 10001010 | 1000011 | 0 | 1111 | 111011 | 100100 | 101101 | 101001 | 101101 |
Color Harmonies of #A28A43
Complementary color
Monochromatic Colors of #A28A43
Black with #A28A43
Text Example
Text Example
White with #A28A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A43; }
p { color: rgb(162,138,67); }
H1.HeaderClassName
{
color: #A28A43;
}
.AnyTagClassName
{
color: #A28A43;
}
</style>
background-color css
<style>
a { background-color: #A28A43; }
a { background-color: rgb(162,138,67); }
div.DivClassName
{
background-color: #A28A43;
}
.BgClassName
{
background-color: #A28A43;
}
</style>
border-color css
<style>
span { border-color: #A28A43; }
span { border-color: rgb(162,138,67); }
td.TdClassName
{
border-color: #A28A43;
}
.TagClassName
{
border-color: #A28A43;
}
</style>