Html Css Color HEX #AD8C40 Luxor Gold

📋 copy color: '#AD8C40'

red 173 ◦ green 140 ◦ blue 64

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

Shades of Luxor Gold #AD8C40

Tints of Luxor Gold #AD8C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 45.89%
G = 37.14%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8C40 (or 0xAD8C40) is known color: Luxor Gold. HEX triplet: AD, 8C and 40. RGB value is (173,140,64). Sum of RGB (Red+Green+Blue) = 173+140+64=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C40 is #5273BF. Grayscale: #8D8D8D. Windows color (decimal): -5403584 or 4230317. OLE color: 4230317.

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

Color convert

RGB 173 140 64 -
CMYK 0 0.19 0.63 0.32
HSL 41.83º 0.46% 0.46% -
HSV(B) 41.83º 0.63% 0.68% -
XYZ 27.54 28.01 8.81 -
YUV 141.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 173 140 64 0 0.19 0.63 0.32 41.83 0.46 0.46
Hex AD 8C 40 0 13 3F 20 2A 2E 2E
Octal 255 214 100 0 23 77 40 52 56 56
Binary 10101101 10001100 1000000 0 10011 111111 100000 101010 101110 101110

Color Harmonies of #AD8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C40

Black with #AD8C40

Text Example


Text Example

White with #AD8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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