Html Css Color HEX #AA903F Luxor Gold

📋 copy color: '#AA903F'

red 170 ◦ green 144 ◦ blue 63

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

Shades of Luxor Gold #AA903F

Tints of Luxor Gold #AA903F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 45.09%
G = 38.2%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA903F (or 0xAA903F) is known color: Luxor Gold. HEX triplet: AA, 90 and 3F. RGB value is (170,144,63). Sum of RGB (Red+Green+Blue) = 170+144+63=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903F is #556FC0. Grayscale: #8E8E8E. Windows color (decimal): -5599169 or 4165802. OLE color: 4165802.

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

Color convert

RGB 170 144 63 -
CMYK 0 0.15 0.63 0.33
HSL 45.42º 0.46% 0.46% -
HSV(B) 45.42º 0.63% 0.67% -
XYZ 27.45 28.85 8.82 -
YUV 142.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 170 144 63 0 0.15 0.63 0.33 45.42 0.46 0.46
Hex AA 90 3F 0 F 3F 21 2D 2E 2E
Octal 252 220 77 0 17 77 41 55 56 56
Binary 10101010 10010000 111111 0 1111 111111 100001 101101 101110 101110

Color Harmonies of #AA903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA903F

Black with #AA903F

Text Example


Text Example

White with #AA903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA903F; }

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

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

background-color css

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

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

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

border-color css

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

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

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