Html Css Color HEX #A98B3F Luxor Gold

📋 copy color: '#A98B3F'

red 169 ◦ green 139 ◦ blue 63

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

Shades of Luxor Gold #A98B3F

Tints of Luxor Gold #A98B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 45.55%
G = 37.47%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A98B3F (or 0xA98B3F) is known color: Luxor Gold. HEX triplet: A9, 8B and 3F. RGB value is (169,139,63). Sum of RGB (Red+Green+Blue) = 169+139+63=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B3F is #5674C0. Grayscale: #8B8B8B. Windows color (decimal): -5665985 or 4164521. OLE color: 4164521.

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

Color convert

RGB 169 139 63 -
CMYK 0 0.18 0.63 0.34
HSL 43.02º 0.46% 0.45% -
HSV(B) 43.02º 0.63% 0.66% -
XYZ 26.49 27.26 8.57 -
YUV 139.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 169 139 63 0 0.18 0.63 0.34 43.02 0.46 0.45
Hex A9 8B 3F 0 12 3F 22 2B 2E 2D
Octal 251 213 77 0 22 77 42 53 56 55
Binary 10101001 10001011 111111 0 10010 111111 100010 101011 101110 101101

Color Harmonies of #A98B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B3F

Black with #A98B3F

Text Example


Text Example

White with #A98B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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