Html Css Color HEX #AA8D45 Luxor Gold

📋 copy color: '#AA8D45'

red 170 ◦ green 141 ◦ blue 69

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

Shades of Luxor Gold #AA8D45

Tints of Luxor Gold #AA8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 44.74%
G = 37.11%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA8D45 (or 0xAA8D45) is known color: Luxor Gold. HEX triplet: AA, 8D and 45. RGB value is (170,141,69). Sum of RGB (Red+Green+Blue) = 170+141+69=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D45 is #5572BA. Grayscale: #8D8D8D. Windows color (decimal): -5599931 or 4558250. OLE color: 4558250.

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

Color convert

RGB 170 141 69 -
CMYK 0 0.17 0.59 0.33
HSL 42.77º 0.42% 0.47% -
HSV(B) 42.77º 0.59% 0.67% -
XYZ 27.18 28.03 9.61 -
YUV 141.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 170 141 69 0 0.17 0.59 0.33 42.77 0.42 0.47
Hex AA 8D 45 0 11 3B 21 2B 2A 2F
Octal 252 215 105 0 21 73 41 53 52 57
Binary 10101010 10001101 1000101 0 10001 111011 100001 101011 101010 101111

Color Harmonies of #AA8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D45

Black with #AA8D45

Text Example


Text Example

White with #AA8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D45; }

 p { color: rgb(170,141,69); }

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

background-color css

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

 a { background-color: rgb(170,141,69); }

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

border-color css

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

 span { border-color: rgb(170,141,69); }

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