Html Css Color HEX #A98946 Luxor Gold

📋 copy color: '#A98946'

red 169 ◦ green 137 ◦ blue 70

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

Shades of Luxor Gold #A98946

Tints of Luxor Gold #A98946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 44.95%
G = 36.44%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A98946 (or 0xA98946) is known color: Luxor Gold. HEX triplet: A9, 89 and 46. RGB value is (169,137,70). Sum of RGB (Red+Green+Blue) = 169+137+70=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A98946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98946 is #5676B9. Grayscale: #8B8B8B. Windows color (decimal): -5666490 or 4622761. OLE color: 4622761.

HSL color Cylindrical-coordinate representation of color #A98946: hue angle of 40.61º degrees, saturation: 0.41, 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 #A98946 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 137 70 -
CMYK 0 0.19 0.59 0.34
HSL 40.61º 0.41% 0.47% -
HSV(B) 40.61º 0.59% 0.66% -
XYZ 26.41 26.77 9.57 -
YUV 138.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 169 137 70 0 0.19 0.59 0.34 40.61 0.41 0.47
Hex A9 89 46 0 13 3B 22 29 29 2F
Octal 251 211 106 0 23 73 42 51 51 57
Binary 10101001 10001001 1000110 0 10011 111011 100010 101001 101001 101111

Color Harmonies of #A98946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98946

Black with #A98946

Text Example


Text Example

White with #A98946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98946; }

 p { color: rgb(169,137,70); }

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

background-color css

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

 a { background-color: rgb(169,137,70); }

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

border-color css

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

 span { border-color: rgb(169,137,70); }

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