Html Css Color HEX #AA8C47 Luxor Gold

📋 copy color: '#AA8C47'

red 170 ◦ green 140 ◦ blue 71

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

Shades of Luxor Gold #AA8C47

Tints of Luxor Gold #AA8C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

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

R = 44.62%
G = 36.75%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA8C47 (or 0xAA8C47) is known color: Luxor Gold. HEX triplet: AA, 8C and 47. RGB value is (170,140,71). Sum of RGB (Red+Green+Blue) = 170+140+71=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C47 is #5573B8. Grayscale: #8D8D8D. Windows color (decimal): -5600185 or 4689066. OLE color: 4689066.

HSL color Cylindrical-coordinate representation of color #AA8C47: hue angle of 41.82º 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 #AA8C47 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 140 71 -
CMYK 0 0.18 0.58 0.33
HSL 41.82º 0.41% 0.47% -
HSV(B) 41.82º 0.58% 0.67% -
XYZ 27.09 27.76 9.89 -
YUV 141.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 170 140 71 0 0.18 0.58 0.33 41.82 0.41 0.47
Hex AA 8C 47 0 12 3A 21 2A 29 2F
Octal 252 214 107 0 22 72 41 52 51 57
Binary 10101010 10001100 1000111 0 10010 111010 100001 101010 101001 101111

Color Harmonies of #AA8C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C47

Black with #AA8C47

Text Example


Text Example

White with #AA8C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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