Html Css Color HEX #AA8943 Luxor Gold

📋 copy color: '#AA8943'

red 170 ◦ green 137 ◦ blue 67

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

Shades of Luxor Gold #AA8943

Tints of Luxor Gold #AA8943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 45.45%
G = 36.63%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA8943 (or 0xAA8943) is known color: Luxor Gold. HEX triplet: AA, 89 and 43. RGB value is (170,137,67). Sum of RGB (Red+Green+Blue) = 170+137+67=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8943 is #5576BC. Grayscale: #8B8B8B. Windows color (decimal): -5600957 or 4426154. OLE color: 4426154.

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

Color convert

RGB 170 137 67 -
CMYK 0 0.19 0.61 0.33
HSL 40.78º 0.43% 0.46% -
HSV(B) 40.78º 0.61% 0.67% -
XYZ 26.54 26.84 9.09 -
YUV 138.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 170 137 67 0 0.19 0.61 0.33 40.78 0.43 0.46
Hex AA 89 43 0 13 3D 21 29 2B 2E
Octal 252 211 103 0 23 75 41 51 53 56
Binary 10101010 10001001 1000011 0 10011 111101 100001 101001 101011 101110

Color Harmonies of #AA8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8943

Black with #AA8943

Text Example


Text Example

White with #AA8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8943; }

 p { color: rgb(170,137,67); }

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

background-color css

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

 a { background-color: rgb(170,137,67); }

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

border-color css

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

 span { border-color: rgb(170,137,67); }

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