Html Css Color HEX #AA8A3F Luxor Gold

📋 copy color: '#AA8A3F'

red 170 ◦ green 138 ◦ blue 63

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

Shades of Luxor Gold #AA8A3F

Tints of Luxor Gold #AA8A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 45.82%
G = 37.2%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA8A3F (or 0xAA8A3F) is known color: Luxor Gold. HEX triplet: AA, 8A and 3F. RGB value is (170,138,63). Sum of RGB (Red+Green+Blue) = 170+138+63=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A3F is #5575C0. Grayscale: #8B8B8B. Windows color (decimal): -5600705 or 4164266. OLE color: 4164266.

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

Color convert

RGB 170 138 63 -
CMYK 0 0.19 0.63 0.33
HSL 42.06º 0.46% 0.46% -
HSV(B) 42.06º 0.63% 0.67% -
XYZ 26.56 27.08 8.53 -
YUV 139.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 170 138 63 0 0.19 0.63 0.33 42.06 0.46 0.46
Hex AA 8A 3F 0 13 3F 21 2A 2E 2E
Octal 252 212 77 0 23 77 41 52 56 56
Binary 10101010 10001010 111111 0 10011 111111 100001 101010 101110 101110

Color Harmonies of #AA8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A3F

Black with #AA8A3F

Text Example


Text Example

White with #AA8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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