Html Css Color HEX #A89040 Luxor Gold

📋 copy color: '#A89040'

red 168 ◦ green 144 ◦ blue 64

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

Shades of Luxor Gold #A89040

Tints of Luxor Gold #A89040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 44.68%
G = 38.3%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A89040 (or 0xA89040) is known color: Luxor Gold. HEX triplet: A8, 90 and 40. RGB value is (168,144,64). Sum of RGB (Red+Green+Blue) = 168+144+64=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A89040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89040 is #576FBF. Grayscale: #8E8E8E. Windows color (decimal): -5730240 or 4231336. OLE color: 4231336.

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

Color convert

RGB 168 144 64 -
CMYK 0 0.14 0.62 0.34
HSL 46.15º 0.45% 0.45% -
HSV(B) 46.15º 0.62% 0.66% -
XYZ 27.05 28.64 8.95 -
YUV 142.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 168 144 64 0 0.14 0.62 0.34 46.15 0.45 0.45
Hex A8 90 40 0 E 3E 22 2E 2D 2D
Octal 250 220 100 0 16 76 42 56 55 55
Binary 10101000 10010000 1000000 0 1110 111110 100010 101110 101101 101101

Color Harmonies of #A89040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89040

Black with #A89040

Text Example


Text Example

White with #A89040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89040; }

 p { color: rgb(168,144,64); }

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

background-color css

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

 a { background-color: rgb(168,144,64); }

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

border-color css

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

 span { border-color: rgb(168,144,64); }

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