Html Css Color HEX #AD8D3C Luxor Gold

📋 copy color: '#AD8D3C'

red 173 ◦ green 141 ◦ blue 60

#AD8D3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #AD8D3C

Tints of Luxor Gold #AD8D3C

RGB

 RED value IS 173 (67.97% from 255) = 46.26%

 GREEN value IS 141 (55.47% from 255) = 37.7%

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 46.26%
G = 37.7%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD8D3C (or 0xAD8D3C) is known color: Luxor Gold. HEX triplet: AD, 8D and 3C. RGB value is (173,141,60). Sum of RGB (Red+Green+Blue) = 173+141+60=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D3C is #5272C3. Grayscale: #8D8D8D. Windows color (decimal): -5403332 or 3968429. OLE color: 3968429.

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

Color convert

RGB 173 141 60 -
CMYK 0 0.18 0.65 0.32
HSL 43.01º 0.48% 0.46% -
HSV(B) 43.01º 0.65% 0.68% -
XYZ 27.57 28.26 8.28 -
YUV 141.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 173 141 60 0 0.18 0.65 0.32 43.01 0.48 0.46
Hex AD 8D 3C 0 12 41 20 2B 30 2E
Octal 255 215 74 0 22 101 40 53 60 56
Binary 10101101 10001101 111100 0 10010 1000001 100000 101011 110000 101110

Color Harmonies of #AD8D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D3C

Black with #AD8D3C

Text Example


Text Example

White with #AD8D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D3C; }

 p { color: rgb(173,141,60); }

 H1.HeaderClassName
 {
   color: #AD8D3C;
 }
 .AnyTagClassName
 {
   color: #AD8D3C;
 }
</style>

background-color css

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

 a { background-color: rgb(173,141,60); }

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

border-color css

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

 span { border-color: rgb(173,141,60); }

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