Html Css Color HEX #AD8D41 Luxor Gold

📋 copy color: '#AD8D41'

red 173 ◦ green 141 ◦ blue 65

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

Shades of Luxor Gold #AD8D41

Tints of Luxor Gold #AD8D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 45.65%
G = 37.2%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8D41 (or 0xAD8D41) is known color: Luxor Gold. HEX triplet: AD, 8D and 41. RGB value is (173,141,65). Sum of RGB (Red+Green+Blue) = 173+141+65=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D41 is #5272BE. Grayscale: #8E8E8E. Windows color (decimal): -5403327 or 4296109. OLE color: 4296109.

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

Color convert

RGB 173 141 65 -
CMYK 0 0.18 0.62 0.32
HSL 42.22º 0.45% 0.47% -
HSV(B) 42.22º 0.62% 0.68% -
XYZ 27.71 28.32 9.01 -
YUV 141.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 173 141 65 0 0.18 0.62 0.32 42.22 0.45 0.47
Hex AD 8D 41 0 12 3E 20 2A 2D 2F
Octal 255 215 101 0 22 76 40 52 55 57
Binary 10101101 10001101 1000001 0 10010 111110 100000 101010 101101 101111

Color Harmonies of #AD8D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D41

Black with #AD8D41

Text Example


Text Example

White with #AD8D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D41; }

 p { color: rgb(173,141,65); }

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

background-color css

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

 a { background-color: rgb(173,141,65); }

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

border-color css

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

 span { border-color: rgb(173,141,65); }

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