Html Css Color HEX #AD8942 Luxor Gold

📋 copy color: '#AD8942'

red 173 ◦ green 137 ◦ blue 66

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

Shades of Luxor Gold #AD8942

Tints of Luxor Gold #AD8942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 46.01%
G = 36.44%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8942 (or 0xAD8942) is known color: Luxor Gold. HEX triplet: AD, 89 and 42. RGB value is (173,137,66). Sum of RGB (Red+Green+Blue) = 173+137+66=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8942 is #5276BD. Grayscale: #8B8B8B. Windows color (decimal): -5404350 or 4360621. OLE color: 4360621.

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

Color convert

RGB 173 137 66 -
CMYK 0 0.21 0.62 0.32
HSL 39.81º 0.45% 0.47% -
HSV(B) 39.81º 0.62% 0.68% -
XYZ 27.16 27.17 8.97 -
YUV 139.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 173 137 66 0 0.21 0.62 0.32 39.81 0.45 0.47
Hex AD 89 42 0 15 3E 20 28 2D 2F
Octal 255 211 102 0 25 76 40 50 55 57
Binary 10101101 10001001 1000010 0 10101 111110 100000 101000 101101 101111

Color Harmonies of #AD8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8942

Black with #AD8942

Text Example


Text Example

White with #AD8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8942; }

 p { color: rgb(173,137,66); }

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

background-color css

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

 a { background-color: rgb(173,137,66); }

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

border-color css

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

 span { border-color: rgb(173,137,66); }

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