Html Css Color HEX #A88944 Luxor Gold

📋 copy color: '#A88944'

red 168 ◦ green 137 ◦ blue 68

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

Shades of Luxor Gold #A88944

Tints of Luxor Gold #A88944

RGB

 RED value IS 168 (66.02% from 255) = 45.04%

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 45.04%
G = 36.73%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A88944 (or 0xA88944) is known color: Luxor Gold. HEX triplet: A8, 89 and 44. RGB value is (168,137,68). Sum of RGB (Red+Green+Blue) = 168+137+68=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A88944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88944 is #5776BB. Grayscale: #8A8A8A. Windows color (decimal): -5732028 or 4491688. OLE color: 4491688.

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

Color convert

RGB 168 137 68 -
CMYK 0 0.18 0.60 0.34
HSL 41.4º 0.42% 0.46% -
HSV(B) 41.4º 0.6% 0.66% -
XYZ 26.14 26.63 9.23 -
YUV 138.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 168 137 68 0 0.18 0.60 0.34 41.4 0.42 0.46
Hex A8 89 44 0 12 3C 22 29 2A 2E
Octal 250 211 104 0 22 74 42 51 52 56
Binary 10101000 10001001 1000100 0 10010 111100 100010 101001 101010 101110

Color Harmonies of #A88944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88944

Black with #A88944

Text Example


Text Example

White with #A88944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88944; }

 p { color: rgb(168,137,68); }

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

background-color css

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

 a { background-color: rgb(168,137,68); }

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

border-color css

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

 span { border-color: rgb(168,137,68); }

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