#AD8C43

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

Shades of Luxor Gold #AD8C43

Tints of Luxor Gold #AD8C43

Color information

#AD8C43 (or 0xAD8C43) is unknown color: approx Luxor Gold. HEX triplet: AD, 8C and 43. RGB value is (173,140,67). Sum of RGB (Red+Green+Blue) = 173+140+67=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C43 is #5273BC. Grayscale: #8D8D8D. Windows color (decimal): -5403581 or 4426925. OLE color: 4426925.

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

Color convert

RGB17314067-
CMYK00.190.610.32
HSL41.32º44.17%47.06%-
HSV(B)41.32º61.27%67.84%-
XYZ27.6228.059.27-
YUV141.5485.93150.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.53%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=45.53%
G=36.84%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731406700.190.610.3241.3244.1747.06
HexAD8C430133D20292c2f
Octal2552141030237540515457
Binary10101101100011001000011010011111101100000101001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C43; }

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

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

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

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

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

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

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

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