Html Css Color HEX #AA903C Luxor Gold

📋 copy color: '#AA903C'

red 170 ◦ green 144 ◦ blue 60

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

Shades of Luxor Gold #AA903C

Tints of Luxor Gold #AA903C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.5%

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 45.45%
G = 38.5%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA903C (or 0xAA903C) is known color: Luxor Gold. HEX triplet: AA, 90 and 3C. RGB value is (170,144,60). Sum of RGB (Red+Green+Blue) = 170+144+60=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903C is #556FC3. Grayscale: #8E8E8E. Windows color (decimal): -5599172 or 3969194. OLE color: 3969194.

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

Color convert

RGB 170 144 60 -
CMYK 0 0.15 0.65 0.33
HSL 45.82º 0.48% 0.45% -
HSV(B) 45.82º 0.65% 0.67% -
XYZ 27.37 28.82 8.4 -
YUV 142.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 170 144 60 0 0.15 0.65 0.33 45.82 0.48 0.45
Hex AA 90 3C 0 F 41 21 2E 30 2D
Octal 252 220 74 0 17 101 41 56 60 55
Binary 10101010 10010000 111100 0 1111 1000001 100001 101110 110000 101101

Color Harmonies of #AA903C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA903C

Black with #AA903C

Text Example


Text Example

White with #AA903C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA903C; }

 p { color: rgb(170,144,60); }

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

background-color css

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

 a { background-color: rgb(170,144,60); }

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

border-color css

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

 span { border-color: rgb(170,144,60); }

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