Html Css Color HEX #AA8B3C Luxor Gold

📋 copy color: '#AA8B3C'

red 170 ◦ green 139 ◦ blue 60

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

Shades of Luxor Gold #AA8B3C

Tints of Luxor Gold #AA8B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 46.07%
G = 37.67%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA8B3C (or 0xAA8B3C) is known color: Luxor Gold. HEX triplet: AA, 8B and 3C. RGB value is (170,139,60). Sum of RGB (Red+Green+Blue) = 170+139+60=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B3C is #5574C3. Grayscale: #8B8B8B. Windows color (decimal): -5600452 or 3967914. OLE color: 3967914.

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

Color convert

RGB 170 139 60 -
CMYK 0 0.18 0.65 0.33
HSL 43.09º 0.48% 0.45% -
HSV(B) 43.09º 0.65% 0.67% -
XYZ 26.63 27.34 8.15 -
YUV 139.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 170 139 60 0 0.18 0.65 0.33 43.09 0.48 0.45
Hex AA 8B 3C 0 12 41 21 2B 30 2D
Octal 252 213 74 0 22 101 41 53 60 55
Binary 10101010 10001011 111100 0 10010 1000001 100001 101011 110000 101101

Color Harmonies of #AA8B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B3C

Black with #AA8B3C

Text Example


Text Example

White with #AA8B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B3C; }

 p { color: rgb(170,139,60); }

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

background-color css

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

 a { background-color: rgb(170,139,60); }

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

border-color css

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

 span { border-color: rgb(170,139,60); }

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