Html Css Color HEX #A98F44 Luxor Gold

📋 copy color: '#A98F44'

red 169 ◦ green 143 ◦ blue 68

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

Shades of Luxor Gold #A98F44

Tints of Luxor Gold #A98F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 68 (26.95% from 255) = 17.89%

R = 44.47%
G = 37.63%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98F44 (or 0xA98F44) is known color: Luxor Gold. HEX triplet: A9, 8F and 44. RGB value is (169,143,68). Sum of RGB (Red+Green+Blue) = 169+143+68=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F44 is #5670BB. Grayscale: #8E8E8E. Windows color (decimal): -5664956 or 4493225. OLE color: 4493225.

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

Color convert

RGB 169 143 68 -
CMYK 0 0.15 0.60 0.34
HSL 44.55º 0.43% 0.46% -
HSV(B) 44.55º 0.6% 0.66% -
XYZ 27.23 28.5 9.53 -
YUV 142.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 169 143 68 0 0.15 0.60 0.34 44.55 0.43 0.46
Hex A9 8F 44 0 F 3C 22 2D 2B 2E
Octal 251 217 104 0 17 74 42 55 53 56
Binary 10101001 10001111 1000100 0 1111 111100 100010 101101 101011 101110

Color Harmonies of #A98F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98F44

Black with #A98F44

Text Example


Text Example

White with #A98F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98F44; }

 p { color: rgb(169,143,68); }

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

background-color css

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

 a { background-color: rgb(169,143,68); }

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

border-color css

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

 span { border-color: rgb(169,143,68); }

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