Html Css Color HEX #A98B42 Luxor Gold

📋 copy color: '#A98B42'

red 169 ◦ green 139 ◦ blue 66

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

Shades of Luxor Gold #A98B42

Tints of Luxor Gold #A98B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 45.19%
G = 37.17%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A98B42 (or 0xA98B42) is known color: Luxor Gold. HEX triplet: A9, 8B and 42. RGB value is (169,139,66). Sum of RGB (Red+Green+Blue) = 169+139+66=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B42 is #5674BD. Grayscale: #8B8B8B. Windows color (decimal): -5665982 or 4361129. OLE color: 4361129.

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

Color convert

RGB 169 139 66 -
CMYK 0 0.18 0.61 0.34
HSL 42.52º 0.44% 0.46% -
HSV(B) 42.52º 0.61% 0.66% -
XYZ 26.58 27.29 9.02 -
YUV 139.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 169 139 66 0 0.18 0.61 0.34 42.52 0.44 0.46
Hex A9 8B 42 0 12 3D 22 2B 2C 2E
Octal 251 213 102 0 22 75 42 53 54 56
Binary 10101001 10001011 1000010 0 10010 111101 100010 101011 101100 101110

Color Harmonies of #A98B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B42

Black with #A98B42

Text Example


Text Example

White with #A98B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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