Html Css Color HEX #A98D40 Luxor Gold

📋 copy color: '#A98D40'

red 169 ◦ green 141 ◦ blue 64

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

Shades of Luxor Gold #A98D40

Tints of Luxor Gold #A98D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 45.19%
G = 37.7%
B = 17.11%

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

#A98D40 (or 0xA98D40) is known color: Luxor Gold. HEX triplet: A9, 8D and 40. RGB value is (169,141,64). Sum of RGB (Red+Green+Blue) = 169+141+64=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D40 is #5672BF. Grayscale: #8C8C8C. Windows color (decimal): -5665472 or 4230569. OLE color: 4230569.

HSL color Cylindrical-coordinate representation of color #A98D40: hue angle of 44º degrees, saturation: 0.45, 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 #A98D40 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 141 64 -
CMYK 0 0.17 0.62 0.34
HSL 44º 0.45% 0.46% -
HSV(B) 44º 0.62% 0.66% -
XYZ 26.81 27.85 8.81 -
YUV 140.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 169 141 64 0 0.17 0.62 0.34 44 0.45 0.46
Hex A9 8D 40 0 11 3E 22 2C 2D 2E
Octal 251 215 100 0 21 76 42 54 55 56
Binary 10101001 10001101 1000000 0 10001 111110 100010 101100 101101 101110

Color Harmonies of #A98D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D40

Black with #A98D40

Text Example


Text Example

White with #A98D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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