Html Css Color HEX #AD8C41 Luxor Gold

📋 copy color: '#AD8C41'

red 173 ◦ green 140 ◦ blue 65

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

Shades of Luxor Gold #AD8C41

Tints of Luxor Gold #AD8C41

RGB

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

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

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

R = 45.77%
G = 37.04%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8C41 (or 0xAD8C41) is known color: Luxor Gold. HEX triplet: AD, 8C and 41. RGB value is (173,140,65). Sum of RGB (Red+Green+Blue) = 173+140+65=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C41 is #5273BE. Grayscale: #8D8D8D. Windows color (decimal): -5403583 or 4295853. OLE color: 4295853.

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

Color convert

RGB 173 140 65 -
CMYK 0 0.19 0.62 0.32
HSL 41.67º 0.45% 0.47% -
HSV(B) 41.67º 0.62% 0.68% -
XYZ 27.57 28.02 8.96 -
YUV 141.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 173 140 65 0 0.19 0.62 0.32 41.67 0.45 0.47
Hex AD 8C 41 0 13 3E 20 2A 2D 2F
Octal 255 214 101 0 23 76 40 52 55 57
Binary 10101101 10001100 1000001 0 10011 111110 100000 101010 101101 101111

Color Harmonies of #AD8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C41

Black with #AD8C41

Text Example


Text Example

White with #AD8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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