Html Css Color HEX #AA8C45 Luxor Gold

📋 copy color: '#AA8C45'

red 170 ◦ green 140 ◦ blue 69

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

Shades of Luxor Gold #AA8C45

Tints of Luxor Gold #AA8C45

RGB

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

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

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

R = 44.85%
G = 36.94%
B = 18.21%

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

#AA8C45 (or 0xAA8C45) is known color: Luxor Gold. HEX triplet: AA, 8C and 45. RGB value is (170,140,69). Sum of RGB (Red+Green+Blue) = 170+140+69=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C45 is #5573BA. Grayscale: #8D8D8D. Windows color (decimal): -5600187 or 4557994. OLE color: 4557994.

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

Color convert

RGB 170 140 69 -
CMYK 0 0.18 0.59 0.33
HSL 42.18º 0.42% 0.47% -
HSV(B) 42.18º 0.59% 0.67% -
XYZ 27.03 27.73 9.56 -
YUV 140.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 170 140 69 0 0.18 0.59 0.33 42.18 0.42 0.47
Hex AA 8C 45 0 12 3B 21 2A 2A 2F
Octal 252 214 105 0 22 73 41 52 52 57
Binary 10101010 10001100 1000101 0 10010 111011 100001 101010 101010 101111

Color Harmonies of #AA8C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C45

Black with #AA8C45

Text Example


Text Example

White with #AA8C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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