Html Css Color HEX #A98B48 Luxor Gold

📋 copy color: '#A98B48'

red 169 ◦ green 139 ◦ blue 72

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

Shades of Luxor Gold #A98B48

Tints of Luxor Gold #A98B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 44.47%
G = 36.58%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A98B48 (or 0xA98B48) is known color: Luxor Gold. HEX triplet: A9, 8B and 48. RGB value is (169,139,72). Sum of RGB (Red+Green+Blue) = 169+139+72=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B48 is #5674B7. Grayscale: #8C8C8C. Windows color (decimal): -5665976 or 4754345. OLE color: 4754345.

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

Color convert

RGB 169 139 72 -
CMYK 0 0.18 0.57 0.34
HSL 41.44º 0.4% 0.47% -
HSV(B) 41.44º 0.57% 0.66% -
XYZ 26.76 27.37 10 -
YUV 140.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 169 139 72 0 0.18 0.57 0.34 41.44 0.4 0.47
Hex A9 8B 48 0 12 39 22 29 28 2F
Octal 251 213 110 0 22 71 42 51 50 57
Binary 10101001 10001011 1001000 0 10010 111001 100010 101001 101000 101111

Color Harmonies of #A98B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B48

Black with #A98B48

Text Example


Text Example

White with #A98B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B48; }

 p { color: rgb(169,139,72); }

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

background-color css

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

 a { background-color: rgb(169,139,72); }

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

border-color css

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

 span { border-color: rgb(169,139,72); }

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