Shades of Luxor Gold #A28E43
Tints of Luxor Gold #A28E43
RGB
CMYK
RGB Variations
Color information
#A28E43 (or 0xA28E43) is known color: Luxor Gold. HEX triplet: A2, 8E and 43. RGB value is (162,142,67). Sum of RGB (Red+Green+Blue) = 162+142+67=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E43 is #5D71BC. Grayscale: #8B8B8B. Windows color (decimal): -6123965 or 4427426. OLE color: 4427426.
HSL color Cylindrical-coordinate representation of color #A28E43: hue angle of 47.37º 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 #A28E43 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 67 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.36 |
| HSL | 47.37º | 0.41% | 0.45% | - |
| HSV(B) | 47.37º | 0.59% | 0.64% | - |
| XYZ | 25.59 | 27.43 | 9.26 | - |
| YUV | 139.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 67 | 0 | 0.12 | 0.59 | 0.36 | 47.37 | 0.41 | 0.45 |
| Hex | A2 | 8E | 43 | 0 | C | 3B | 24 | 2F | 29 | 2D |
| Octal | 242 | 216 | 103 | 0 | 14 | 73 | 44 | 57 | 51 | 55 |
| Binary | 10100010 | 10001110 | 1000011 | 0 | 1100 | 111011 | 100100 | 101111 | 101001 | 101101 |
Color Harmonies of #A28E43
Complementary color
Monochromatic Colors of #A28E43
Black with #A28E43
Text Example
Text Example
White with #A28E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E43; }
p { color: rgb(162,142,67); }
H1.HeaderClassName
{
color: #A28E43;
}
.AnyTagClassName
{
color: #A28E43;
}
</style>
background-color css
<style>
a { background-color: #A28E43; }
a { background-color: rgb(162,142,67); }
div.DivClassName
{
background-color: #A28E43;
}
.BgClassName
{
background-color: #A28E43;
}
</style>
border-color css
<style>
span { border-color: #A28E43; }
span { border-color: rgb(162,142,67); }
td.TdClassName
{
border-color: #A28E43;
}
.TagClassName
{
border-color: #A28E43;
}
</style>