Html Css Color HEX #AA8940 Luxor Gold

📋 copy color: '#AA8940'

red 170 ◦ green 137 ◦ blue 64

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

Shades of Luxor Gold #AA8940

Tints of Luxor Gold #AA8940

RGB

 RED value IS 170 (66.8% from 255) = 45.82%

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

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

R = 45.82%
G = 36.93%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA8940 (or 0xAA8940) is known color: Luxor Gold. HEX triplet: AA, 89 and 40. RGB value is (170,137,64). Sum of RGB (Red+Green+Blue) = 170+137+64=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8940 is #5576BF. Grayscale: #8A8A8A. Windows color (decimal): -5600960 or 4229546. OLE color: 4229546.

HSL color Cylindrical-coordinate representation of color #AA8940: hue angle of 41.32º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8940 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 64 -
CMYK 0 0.19 0.62 0.33
HSL 41.32º 0.45% 0.46% -
HSV(B) 41.32º 0.62% 0.67% -
XYZ 26.45 26.81 8.63 -
YUV 138.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 170 137 64 0 0.19 0.62 0.33 41.32 0.45 0.46
Hex AA 89 40 0 13 3E 21 29 2D 2E
Octal 252 211 100 0 23 76 41 51 55 56
Binary 10101010 10001001 1000000 0 10011 111110 100001 101001 101101 101110

Color Harmonies of #AA8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8940

Black with #AA8940

Text Example


Text Example

White with #AA8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8940; }

 p { color: rgb(170,137,64); }

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

background-color css

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

 a { background-color: rgb(170,137,64); }

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

border-color css

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

 span { border-color: rgb(170,137,64); }

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