Html Css Color HEX #AA923D Luxor Gold

📋 copy color: '#AA923D'

red 170 ◦ green 146 ◦ blue 61

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

Shades of Luxor Gold #AA923D

Tints of Luxor Gold #AA923D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.73%

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

R = 45.09%
G = 38.73%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA923D (or 0xAA923D) is known color: Luxor Gold. HEX triplet: AA, 92 and 3D. RGB value is (170,146,61). Sum of RGB (Red+Green+Blue) = 170+146+61=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA923D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA923D is #556DC2. Grayscale: #8F8F8F. Windows color (decimal): -5598659 or 4035242. OLE color: 4035242.

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

Color convert

RGB 170 146 61 -
CMYK 0 0.14 0.64 0.33
HSL 46.79º 0.47% 0.45% -
HSV(B) 46.79º 0.64% 0.67% -
XYZ 27.7 29.44 8.64 -
YUV 143.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 170 146 61 0 0.14 0.64 0.33 46.79 0.47 0.45
Hex AA 92 3D 0 E 40 21 2F 2F 2D
Octal 252 222 75 0 16 100 41 57 57 55
Binary 10101010 10010010 111101 0 1110 1000000 100001 101111 101111 101101

Color Harmonies of #AA923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA923D

Black with #AA923D

Text Example


Text Example

White with #AA923D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA923D; }

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

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

background-color css

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

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

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

border-color css

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

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

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