Html Css Color HEX #AA8C40 Luxor Gold

📋 copy color: '#AA8C40'

red 170 ◦ green 140 ◦ blue 64

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

Shades of Luxor Gold #AA8C40

Tints of Luxor Gold #AA8C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 45.45%
G = 37.43%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA8C40 (or 0xAA8C40) is known color: Luxor Gold. HEX triplet: AA, 8C and 40. RGB value is (170,140,64). Sum of RGB (Red+Green+Blue) = 170+140+64=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C40 is #5573BF. Grayscale: #8C8C8C. Windows color (decimal): -5600192 or 4230314. OLE color: 4230314.

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

Color convert

RGB 170 140 64 -
CMYK 0 0.18 0.62 0.33
HSL 43.02º 0.45% 0.46% -
HSV(B) 43.02º 0.62% 0.67% -
XYZ 26.88 27.67 8.78 -
YUV 140.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 170 140 64 0 0.18 0.62 0.33 43.02 0.45 0.46
Hex AA 8C 40 0 12 3E 21 2B 2D 2E
Octal 252 214 100 0 22 76 41 53 55 56
Binary 10101010 10001100 1000000 0 10010 111110 100001 101011 101101 101110

Color Harmonies of #AA8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C40

Black with #AA8C40

Text Example


Text Example

White with #AA8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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