Html Css Color HEX #AD8B41 Luxor Gold

📋 copy color: '#AD8B41'

red 173 ◦ green 139 ◦ blue 65

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

Shades of Luxor Gold #AD8B41

Tints of Luxor Gold #AD8B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 45.89%
G = 36.87%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8B41 (or 0xAD8B41) is known color: Luxor Gold. HEX triplet: AD, 8B and 41. RGB value is (173,139,65). Sum of RGB (Red+Green+Blue) = 173+139+65=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B41 is #5274BE. Grayscale: #8D8D8D. Windows color (decimal): -5403839 or 4295597. OLE color: 4295597.

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

Color convert

RGB 173 139 65 -
CMYK 0 0.20 0.62 0.32
HSL 41.11º 0.45% 0.47% -
HSV(B) 41.11º 0.62% 0.68% -
XYZ 27.42 27.73 8.91 -
YUV 140.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 173 139 65 0 0.20 0.62 0.32 41.11 0.45 0.47
Hex AD 8B 41 0 14 3E 20 29 2D 2F
Octal 255 213 101 0 24 76 40 51 55 57
Binary 10101101 10001011 1000001 0 10100 111110 100000 101001 101101 101111

Color Harmonies of #AD8B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B41

Black with #AD8B41

Text Example


Text Example

White with #AD8B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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