Html Css Color HEX #AA8946 Luxor Gold

📋 copy color: '#AA8946'

red 170 ◦ green 137 ◦ blue 70

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

Shades of Luxor Gold #AA8946

Tints of Luxor Gold #AA8946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 45.09%
G = 36.34%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8946 (or 0xAA8946) is known color: Luxor Gold. HEX triplet: AA, 89 and 46. RGB value is (170,137,70). Sum of RGB (Red+Green+Blue) = 170+137+70=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8946 is #5576B9. Grayscale: #8B8B8B. Windows color (decimal): -5600954 or 4622762. OLE color: 4622762.

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

Color convert

RGB 170 137 70 -
CMYK 0 0.19 0.59 0.33
HSL 40.2º 0.42% 0.47% -
HSV(B) 40.2º 0.59% 0.67% -
XYZ 26.63 26.88 9.58 -
YUV 139.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 170 137 70 0 0.19 0.59 0.33 40.2 0.42 0.47
Hex AA 89 46 0 13 3B 21 28 2A 2F
Octal 252 211 106 0 23 73 41 50 52 57
Binary 10101010 10001001 1000110 0 10011 111011 100001 101000 101010 101111

Color Harmonies of #AA8946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8946

Black with #AA8946

Text Example


Text Example

White with #AA8946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8946; }

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

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

background-color css

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

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

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

border-color css

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

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

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