Html Css Color HEX #AD8F3C Luxor Gold

📋 copy color: '#AD8F3C'

red 173 ◦ green 143 ◦ blue 60

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

Shades of Luxor Gold #AD8F3C

Tints of Luxor Gold #AD8F3C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.03%

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

R = 46.01%
G = 38.03%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD8F3C (or 0xAD8F3C) is known color: Luxor Gold. HEX triplet: AD, 8F and 3C. RGB value is (173,143,60). Sum of RGB (Red+Green+Blue) = 173+143+60=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F3C is #5270C3. Grayscale: #8E8E8E. Windows color (decimal): -5402820 or 3968941. OLE color: 3968941.

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

Color convert

RGB 173 143 60 -
CMYK 0 0.17 0.65 0.32
HSL 44.07º 0.48% 0.46% -
HSV(B) 44.07º 0.65% 0.68% -
XYZ 27.87 28.86 8.38 -
YUV 142.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 173 143 60 0 0.17 0.65 0.32 44.07 0.48 0.46
Hex AD 8F 3C 0 11 41 20 2C 30 2E
Octal 255 217 74 0 21 101 40 54 60 56
Binary 10101101 10001111 111100 0 10001 1000001 100000 101100 110000 101110

Color Harmonies of #AD8F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F3C

Black with #AD8F3C

Text Example


Text Example

White with #AD8F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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