Html Css Color HEX #AA8947 Luxor Gold

📋 copy color: '#AA8947'

red 170 ◦ green 137 ◦ blue 71

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

Shades of Luxor Gold #AA8947

Tints of Luxor Gold #AA8947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 44.97%
G = 36.24%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8947 (or 0xAA8947) is known color: Luxor Gold. HEX triplet: AA, 89 and 47. RGB value is (170,137,71). Sum of RGB (Red+Green+Blue) = 170+137+71=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8947 is #5576B8. Grayscale: #8B8B8B. Windows color (decimal): -5600953 or 4688298. OLE color: 4688298.

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

Color convert

RGB 170 137 71 -
CMYK 0 0.19 0.58 0.33
HSL 40º 0.41% 0.47% -
HSV(B) 40º 0.58% 0.67% -
XYZ 26.66 26.89 9.75 -
YUV 139.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 170 137 71 0 0.19 0.58 0.33 40 0.41 0.47
Hex AA 89 47 0 13 3A 21 28 29 2F
Octal 252 211 107 0 23 72 41 50 51 57
Binary 10101010 10001001 1000111 0 10011 111010 100001 101000 101001 101111

Color Harmonies of #AA8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8947

Black with #AA8947

Text Example


Text Example

White with #AA8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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