#9A8142

Color #9A8142 Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #9A8142

Tints of Luxor Gold #9A8142

Color information

#9A8142 (or 0x9A8142) is unknown color: approx Luxor Gold. HEX triplet: 9A, 81 and 42. RGB value is (154,129,66). Sum of RGB (Red+Green+Blue) = 154+129+66=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8142 is #657EBD. Grayscale: #818181. Windows color (decimal): -6651582 or 4358554. OLE color: 4358554.

HSL color Cylindrical-coordinate representation of color #9A8142: hue angle of 42.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A8142 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB15412966-
CMYK00.160.570.40
HSL42.95º40%43.14%-
HSV(B)42.95º57.14%60.39%-
XYZ22.1622.968.42-
YUV129.2992.28145.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=44.13%
G=36.96%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541296600.160.570.4042.954043.14
Hex9A814201039282b282b
Octal2322011020207150535053
Binary10011010100000011000010010000111001101000101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8142; }

 p { color: rgb(154,129,66); }

 H1.HeaderClassName
 {
   color: #9A8142;
 }
 .AnyTagClassName
 {
   color: #9A8142;
 }
</style>
background-color css

<style>
 a { background-color: #9A8142; }

 a { background-color: rgb(154,129,66); }

 div.DivClassName
 {
   background-color: #9A8142;
 }
 .BgClassName
 {
   background-color: #9A8142;
 }
</style>
border-color css

<style>
 span { border-color: #9A8142; }

 span { border-color: rgb(154,129,66); }

 td.TdClassName
 {
   border-color: #9A8142;
 }
 .TagClassName
 {
   border-color: #9A8142;
 }
</style>