Html Css Color HEX #AA8C46 Luxor Gold

📋 copy color: '#AA8C46'

red 170 ◦ green 140 ◦ blue 70

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

Shades of Luxor Gold #AA8C46

Tints of Luxor Gold #AA8C46

RGB

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

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

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

R = 44.74%
G = 36.84%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8C46 (or 0xAA8C46) is known color: Luxor Gold. HEX triplet: AA, 8C and 46. RGB value is (170,140,70). Sum of RGB (Red+Green+Blue) = 170+140+70=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C46 is #5573B9. Grayscale: #8D8D8D. Windows color (decimal): -5600186 or 4623530. OLE color: 4623530.

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

Color convert

RGB 170 140 70 -
CMYK 0 0.18 0.59 0.33
HSL 42º 0.42% 0.47% -
HSV(B) 42º 0.59% 0.67% -
XYZ 27.06 27.74 9.72 -
YUV 140.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 170 140 70 0 0.18 0.59 0.33 42 0.42 0.47
Hex AA 8C 46 0 12 3B 21 2A 2A 2F
Octal 252 214 106 0 22 73 41 52 52 57
Binary 10101010 10001100 1000110 0 10010 111011 100001 101010 101010 101111

Color Harmonies of #AA8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C46

Black with #AA8C46

Text Example


Text Example

White with #AA8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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