Html Css Color HEX #A98E43 Luxor Gold

📋 copy color: '#A98E43'

red 169 ◦ green 142 ◦ blue 67

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

Shades of Luxor Gold #A98E43

Tints of Luxor Gold #A98E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.72%

R = 44.71%
G = 37.57%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98E43 (or 0xA98E43) is known color: Luxor Gold. HEX triplet: A9, 8E and 43. RGB value is (169,142,67). Sum of RGB (Red+Green+Blue) = 169+142+67=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E43 is #5671BC. Grayscale: #8D8D8D. Windows color (decimal): -5665213 or 4427433. OLE color: 4427433.

HSL color Cylindrical-coordinate representation of color #A98E43: hue angle of 44.12º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98E43 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 142 67 -
CMYK 0 0.16 0.60 0.34
HSL 44.12º 0.43% 0.46% -
HSV(B) 44.12º 0.6% 0.66% -
XYZ 27.05 28.19 9.33 -
YUV 141.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 169 142 67 0 0.16 0.60 0.34 44.12 0.43 0.46
Hex A9 8E 43 0 10 3C 22 2C 2B 2E
Octal 251 216 103 0 20 74 42 54 53 56
Binary 10101001 10001110 1000011 0 10000 111100 100010 101100 101011 101110

Color Harmonies of #A98E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98E43

Black with #A98E43

Text Example


Text Example

White with #A98E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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