Html Css Color HEX #AD8947 Luxor Gold

📋 copy color: '#AD8947'

red 173 ◦ green 137 ◦ blue 71

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

Shades of Luxor Gold #AD8947

Tints of Luxor Gold #AD8947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.64%

R = 45.41%
G = 35.96%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD8947 (or 0xAD8947) is known color: Luxor Gold. HEX triplet: AD, 89 and 47. RGB value is (173,137,71). Sum of RGB (Red+Green+Blue) = 173+137+71=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8947 is #5276B8. Grayscale: #8C8C8C. Windows color (decimal): -5404345 or 4688301. OLE color: 4688301.

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

Color convert

RGB 173 137 71 -
CMYK 0 0.21 0.59 0.32
HSL 38.82º 0.42% 0.48% -
HSV(B) 38.82º 0.59% 0.68% -
XYZ 27.32 27.23 9.78 -
YUV 140.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 173 137 71 0 0.21 0.59 0.32 38.82 0.42 0.48
Hex AD 89 47 0 15 3B 20 27 2A 30
Octal 255 211 107 0 25 73 40 47 52 60
Binary 10101101 10001001 1000111 0 10101 111011 100000 100111 101010 110000

Color Harmonies of #AD8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8947

Black with #AD8947

Text Example


Text Example

White with #AD8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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