Html Css Color HEX #AD8C3E Luxor Gold

📋 copy color: '#AD8C3E'

red 173 ◦ green 140 ◦ blue 62

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

Shades of Luxor Gold #AD8C3E

Tints of Luxor Gold #AD8C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 46.13%
G = 37.33%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD8C3E (or 0xAD8C3E) is known color: Luxor Gold. HEX triplet: AD, 8C and 3E. RGB value is (173,140,62). Sum of RGB (Red+Green+Blue) = 173+140+62=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C3E is #5273C1. Grayscale: #8D8D8D. Windows color (decimal): -5403586 or 4099245. OLE color: 4099245.

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

Color convert

RGB 173 140 62 -
CMYK 0 0.19 0.64 0.32
HSL 42.16º 0.47% 0.46% -
HSV(B) 42.16º 0.64% 0.68% -
XYZ 27.48 27.99 8.51 -
YUV 140.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 173 140 62 0 0.19 0.64 0.32 42.16 0.47 0.46
Hex AD 8C 3E 0 13 40 20 2A 2F 2E
Octal 255 214 76 0 23 100 40 52 57 56
Binary 10101101 10001100 111110 0 10011 1000000 100000 101010 101111 101110

Color Harmonies of #AD8C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C3E

Black with #AD8C3E

Text Example


Text Example

White with #AD8C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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