Html Css Color HEX #AA8D42 Luxor Gold

📋 copy color: '#AA8D42'

red 170 ◦ green 141 ◦ blue 66

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

Shades of Luxor Gold #AA8D42

Tints of Luxor Gold #AA8D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 45.09%
G = 37.4%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA8D42 (or 0xAA8D42) is known color: Luxor Gold. HEX triplet: AA, 8D and 42. RGB value is (170,141,66). Sum of RGB (Red+Green+Blue) = 170+141+66=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D42 is #5572BD. Grayscale: #8D8D8D. Windows color (decimal): -5599934 or 4361642. OLE color: 4361642.

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

Color convert

RGB 170 141 66 -
CMYK 0 0.17 0.61 0.33
HSL 43.27º 0.44% 0.46% -
HSV(B) 43.27º 0.61% 0.67% -
XYZ 27.09 27.99 9.13 -
YUV 141.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 170 141 66 0 0.17 0.61 0.33 43.27 0.44 0.46
Hex AA 8D 42 0 11 3D 21 2B 2C 2E
Octal 252 215 102 0 21 75 41 53 54 56
Binary 10101010 10001101 1000010 0 10001 111101 100001 101011 101100 101110

Color Harmonies of #AA8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D42

Black with #AA8D42

Text Example


Text Example

White with #AA8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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