Html Css Color HEX #A98C43 Luxor Gold

📋 copy color: '#A98C43'

red 169 ◦ green 140 ◦ blue 67

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

Shades of Luxor Gold #A98C43

Tints of Luxor Gold #A98C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 44.95%
G = 37.23%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98C43 (or 0xA98C43) is known color: Luxor Gold. HEX triplet: A9, 8C and 43. RGB value is (169,140,67). Sum of RGB (Red+Green+Blue) = 169+140+67=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C43 is #5673BC. Grayscale: #8C8C8C. Windows color (decimal): -5665725 or 4426921. OLE color: 4426921.

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

Color convert

RGB 169 140 67 -
CMYK 0 0.17 0.60 0.34
HSL 42.94º 0.43% 0.46% -
HSV(B) 42.94º 0.6% 0.66% -
XYZ 26.75 27.6 9.23 -
YUV 140.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 169 140 67 0 0.17 0.60 0.34 42.94 0.43 0.46
Hex A9 8C 43 0 11 3C 22 2B 2B 2E
Octal 251 214 103 0 21 74 42 53 53 56
Binary 10101001 10001100 1000011 0 10001 111100 100010 101011 101011 101110

Color Harmonies of #A98C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C43

Black with #A98C43

Text Example


Text Example

White with #A98C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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