Html Css Color HEX #AA8D41 Luxor Gold

📋 copy color: '#AA8D41'

red 170 ◦ green 141 ◦ blue 65

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

Shades of Luxor Gold #AA8D41

Tints of Luxor Gold #AA8D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 45.21%
G = 37.5%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA8D41 (or 0xAA8D41) is known color: Luxor Gold. HEX triplet: AA, 8D and 41. RGB value is (170,141,65). Sum of RGB (Red+Green+Blue) = 170+141+65=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D41 is #5572BE. Grayscale: #8D8D8D. Windows color (decimal): -5599935 or 4296106. OLE color: 4296106.

HSL color Cylindrical-coordinate representation of color #AA8D41: hue angle of 43.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8D41 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 141 65 -
CMYK 0 0.17 0.62 0.33
HSL 43.43º 0.45% 0.46% -
HSV(B) 43.43º 0.62% 0.67% -
XYZ 27.06 27.98 8.98 -
YUV 141.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 170 141 65 0 0.17 0.62 0.33 43.43 0.45 0.46
Hex AA 8D 41 0 11 3E 21 2B 2D 2E
Octal 252 215 101 0 21 76 41 53 55 56
Binary 10101010 10001101 1000001 0 10001 111110 100001 101011 101101 101110

Color Harmonies of #AA8D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D41

Black with #AA8D41

Text Example


Text Example

White with #AA8D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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