#AD8F3A

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

Shades of Luxor Gold #AD8F3A

Tints of Luxor Gold #AD8F3A

Color information

#AD8F3A (or 0xAD8F3A) is unknown color: approx Luxor Gold. HEX triplet: AD, 8F and 3A. RGB value is (173,143,58). Sum of RGB (Red+Green+Blue) = 173+143+58=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F3A is #5270C5. Grayscale: #8E8E8E. Windows color (decimal): -5402822 or 3837869. OLE color: 3837869.

HSL color Cylindrical-coordinate representation of color #AD8F3A: hue angle of 44.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD8F3A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17314358-
CMYK00.170.660.32
HSL44.35º49.78%45.29%-
HSV(B)44.35º66.47%67.84%-
XYZ27.8228.838.1-
YUV142.2880.44149.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.26%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=46.26%
G=38.24%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731435800.170.660.3244.3549.7845.29
HexAD8F3A01142202c322d
Octal2552177202110240546255
Binary10101101100011111110100100011000010100000101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8F3A; }

 p { color: rgb(173,143,58); }

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

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

 a { background-color: rgb(173,143,58); }

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

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

 span { border-color: rgb(173,143,58); }

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