#AD8B3F

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

Shades of Luxor Gold #AD8B3F

Tints of Luxor Gold #AD8B3F

Color information

#AD8B3F (or 0xAD8B3F) is unknown color: approx Luxor Gold. HEX triplet: AD, 8B and 3F. RGB value is (173,139,63). Sum of RGB (Red+Green+Blue) = 173+139+63=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B3F is #5274C0. Grayscale: #8C8C8C. Windows color (decimal): -5403841 or 4164525. OLE color: 4164525.

HSL color Cylindrical-coordinate representation of color #AD8B3F: hue angle of 41.45º 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 #AD8B3F is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17313963-
CMYK00.200.640.32
HSL41.45º46.61%46.27%-
HSV(B)41.45º63.58%67.84%-
XYZ27.3627.718.61-
YUV140.584.26151.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 63 (25% from 255) = 16.8%
R=46.13%
G=37.07%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731396300.200.640.3241.4546.6146.27
HexAD8B3F0144020292f2e
Octal2552137702410040515756
Binary10101101100010111111110101001000000100000101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B3F; }

 p { color: rgb(173,139,63); }

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

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

 a { background-color: rgb(173,139,63); }

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

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

 span { border-color: rgb(173,139,63); }

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