Html Css Color HEX #A98D41 Luxor Gold

📋 copy color: '#A98D41'

red 169 ◦ green 141 ◦ blue 65

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

Shades of Luxor Gold #A98D41

Tints of Luxor Gold #A98D41

RGB

 RED value IS 169 (66.41% from 255) = 45.07%

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

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

R = 45.07%
G = 37.6%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A98D41 (or 0xA98D41) is known color: Luxor Gold. HEX triplet: A9, 8D and 41. RGB value is (169,141,65). Sum of RGB (Red+Green+Blue) = 169+141+65=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D41 is #5672BE. Grayscale: #8D8D8D. Windows color (decimal): -5665471 or 4296105. OLE color: 4296105.

HSL color Cylindrical-coordinate representation of color #A98D41: hue angle of 43.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A98D41 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 141 65 -
CMYK 0 0.17 0.62 0.34
HSL 43.85º 0.44% 0.46% -
HSV(B) 43.85º 0.62% 0.66% -
XYZ 26.84 27.87 8.97 -
YUV 140.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 169 141 65 0 0.17 0.62 0.34 43.85 0.44 0.46
Hex A9 8D 41 0 11 3E 22 2C 2C 2E
Octal 251 215 101 0 21 76 42 54 54 56
Binary 10101001 10001101 1000001 0 10001 111110 100010 101100 101100 101110

Color Harmonies of #A98D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D41

Black with #A98D41

Text Example


Text Example

White with #A98D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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