Html Css Color HEX #A98E45 Luxor Gold

📋 copy color: '#A98E45'

red 169 ◦ green 142 ◦ blue 69

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

Shades of Luxor Gold #A98E45

Tints of Luxor Gold #A98E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 44.47%
G = 37.37%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A98E45 (or 0xA98E45) is known color: Luxor Gold. HEX triplet: A9, 8E and 45. RGB value is (169,142,69). Sum of RGB (Red+Green+Blue) = 169+142+69=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E45 is #5671BA. Grayscale: #8E8E8E. Windows color (decimal): -5665211 or 4558505. OLE color: 4558505.

HSL color Cylindrical-coordinate representation of color #A98E45: hue angle of 43.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A98E45 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 142 69 -
CMYK 0 0.16 0.59 0.34
HSL 43.8º 0.42% 0.47% -
HSV(B) 43.8º 0.59% 0.66% -
XYZ 27.11 28.21 9.65 -
YUV 141.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 169 142 69 0 0.16 0.59 0.34 43.8 0.42 0.47
Hex A9 8E 45 0 10 3B 22 2C 2A 2F
Octal 251 216 105 0 20 73 42 54 52 57
Binary 10101001 10001110 1000101 0 10000 111011 100010 101100 101010 101111

Color Harmonies of #A98E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98E45

Black with #A98E45

Text Example


Text Example

White with #A98E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98E45; }

 p { color: rgb(169,142,69); }

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

background-color css

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

 a { background-color: rgb(169,142,69); }

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

border-color css

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

 span { border-color: rgb(169,142,69); }

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