Html Css Color HEX #A98F41 Luxor Gold

📋 copy color: '#A98F41'

red 169 ◦ green 143 ◦ blue 65

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

Shades of Luxor Gold #A98F41

Tints of Luxor Gold #A98F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 44.83%
G = 37.93%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A98F41 (or 0xA98F41) is known color: Luxor Gold. HEX triplet: A9, 8F and 41. RGB value is (169,143,65). Sum of RGB (Red+Green+Blue) = 169+143+65=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F41 is #5670BE. Grayscale: #8E8E8E. Windows color (decimal): -5664959 or 4296617. OLE color: 4296617.

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

Color convert

RGB 169 143 65 -
CMYK 0 0.15 0.62 0.34
HSL 45º 0.44% 0.46% -
HSV(B) 45º 0.62% 0.66% -
XYZ 27.14 28.46 9.06 -
YUV 141.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 169 143 65 0 0.15 0.62 0.34 45 0.44 0.46
Hex A9 8F 41 0 F 3E 22 2D 2C 2E
Octal 251 217 101 0 17 76 42 55 54 56
Binary 10101001 10001111 1000001 0 1111 111110 100010 101101 101100 101110

Color Harmonies of #A98F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F41

Black with #A98F41

Text Example


Text Example

White with #A98F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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