Html Css Color HEX #AA913D Luxor Gold

📋 copy color: '#AA913D'

red 170 ◦ green 145 ◦ blue 61

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

Shades of Luxor Gold #AA913D

Tints of Luxor Gold #AA913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 45.21%
G = 38.56%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA913D (or 0xAA913D) is known color: Luxor Gold. HEX triplet: AA, 91 and 3D. RGB value is (170,145,61). Sum of RGB (Red+Green+Blue) = 170+145+61=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA913D is #556EC2. Grayscale: #8F8F8F. Windows color (decimal): -5598915 or 4034986. OLE color: 4034986.

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

Color convert

RGB 170 145 61 -
CMYK 0 0.15 0.64 0.33
HSL 46.24º 0.47% 0.45% -
HSV(B) 46.24º 0.64% 0.67% -
XYZ 27.55 29.13 8.59 -
YUV 142.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 170 145 61 0 0.15 0.64 0.33 46.24 0.47 0.45
Hex AA 91 3D 0 F 40 21 2E 2F 2D
Octal 252 221 75 0 17 100 41 56 57 55
Binary 10101010 10010001 111101 0 1111 1000000 100001 101110 101111 101101

Color Harmonies of #AA913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA913D

Black with #AA913D

Text Example


Text Example

White with #AA913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA913D; }

 p { color: rgb(170,145,61); }

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

background-color css

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

 a { background-color: rgb(170,145,61); }

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

border-color css

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

 span { border-color: rgb(170,145,61); }

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