Html Css Color HEX #AA8C3B Luxor Gold

📋 copy color: '#AA8C3B'

red 170 ◦ green 140 ◦ blue 59

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

Shades of Luxor Gold #AA8C3B

Tints of Luxor Gold #AA8C3B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 46.07%
G = 37.94%
B = 15.99%

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

#AA8C3B (or 0xAA8C3B) is known color: Luxor Gold. HEX triplet: AA, 8C and 3B. RGB value is (170,140,59). Sum of RGB (Red+Green+Blue) = 170+140+59=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C3B is #5573C4. Grayscale: #8C8C8C. Windows color (decimal): -5600197 or 3902634. OLE color: 3902634.

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

Color convert

RGB 170 140 59 -
CMYK 0 0.18 0.65 0.33
HSL 43.78º 0.48% 0.45% -
HSV(B) 43.78º 0.65% 0.67% -
XYZ 26.75 27.62 8.06 -
YUV 139.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 170 140 59 0 0.18 0.65 0.33 43.78 0.48 0.45
Hex AA 8C 3B 0 12 41 21 2C 30 2D
Octal 252 214 73 0 22 101 41 54 60 55
Binary 10101010 10001100 111011 0 10010 1000001 100001 101100 110000 101101

Color Harmonies of #AA8C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C3B

Black with #AA8C3B

Text Example


Text Example

White with #AA8C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C3B; }

 p { color: rgb(170,140,59); }

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

background-color css

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

 a { background-color: rgb(170,140,59); }

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

border-color css

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

 span { border-color: rgb(170,140,59); }

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