Html Css Color HEX #A98644 Luxor Gold

📋 copy color: '#A98644'

red 169 ◦ green 134 ◦ blue 68

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

Shades of Luxor Gold #A98644

Tints of Luxor Gold #A98644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 45.55%
G = 36.12%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A98644 (or 0xA98644) is known color: Luxor Gold. HEX triplet: A9, 86 and 44. RGB value is (169,134,68). Sum of RGB (Red+Green+Blue) = 169+134+68=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A98644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98644 is #5679BB. Grayscale: #898989. Windows color (decimal): -5667260 or 4490921. OLE color: 4490921.

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

Color convert

RGB 169 134 68 -
CMYK 0 0.21 0.60 0.34
HSL 39.21º 0.43% 0.46% -
HSV(B) 39.21º 0.6% 0.66% -
XYZ 25.93 25.9 9.1 -
YUV 136.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 169 134 68 0 0.21 0.60 0.34 39.21 0.43 0.46
Hex A9 86 44 0 15 3C 22 27 2B 2E
Octal 251 206 104 0 25 74 42 47 53 56
Binary 10101001 10000110 1000100 0 10101 111100 100010 100111 101011 101110

Color Harmonies of #A98644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98644

Black with #A98644

Text Example


Text Example

White with #A98644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98644; }

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

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

background-color css

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

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

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

border-color css

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

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

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