#AD8C3E

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

Shades of Luxor Gold #AD8C3E

Tints of Luxor Gold #AD8C3E

Color information

#AD8C3E (or 0xAD8C3E) is unknown color: approx Luxor Gold. HEX triplet: AD, 8C and 3E. RGB value is (173,140,62). Sum of RGB (Red+Green+Blue) = 173+140+62=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C3E is #5273C1. Grayscale: #8D8D8D. Windows color (decimal): -5403586 or 4099245. OLE color: 4099245.

HSL color Cylindrical-coordinate representation of color #AD8C3E: hue angle of 42.16º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD8C3E is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17314062-
CMYK00.190.640.32
HSL42.16º47.23%46.08%-
HSV(B)42.16º64.16%67.84%-
XYZ27.4827.998.51-
YUV140.9883.43150.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=46.13%
G=37.33%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731406200.190.640.3242.1647.2346.08
HexAD8C3E01340202a2f2e
Octal2552147602310040525756
Binary10101101100011001111100100111000000100000101010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C3E; }

 p { color: rgb(173,140,62); }

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

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

 a { background-color: rgb(173,140,62); }

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

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

 span { border-color: rgb(173,140,62); }

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