Html Css Color HEX #AA8744 Luxor Gold

📋 copy color: '#AA8744'

red 170 ◦ green 135 ◦ blue 68

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

Shades of Luxor Gold #AA8744

Tints of Luxor Gold #AA8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 45.58%
G = 36.19%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA8744 (or 0xAA8744) is known color: Luxor Gold. HEX triplet: AA, 87 and 44. RGB value is (170,135,68). Sum of RGB (Red+Green+Blue) = 170+135+68=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8744 is #5578BB. Grayscale: #8A8A8A. Windows color (decimal): -5601468 or 4491178. OLE color: 4491178.

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

Color convert

RGB 170 135 68 -
CMYK 0 0.21 0.6 0.33
HSL 39.41º 0.43% 0.47% -
HSV(B) 39.41º 0.6% 0.67% -
XYZ 26.28 26.29 9.16 -
YUV 137.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 170 135 68 0 0.21 0.6 0.33 39.41 0.43 0.47
Hex AA 87 44 0 15 3C 21 27 2B 2F
Octal 252 207 104 0 25 74 41 47 53 57
Binary 10101010 10000111 1000100 0 10101 111100 100001 100111 101011 101111

Color Harmonies of #AA8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8744

Black with #AA8744

Text Example


Text Example

White with #AA8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8744; }

 p { color: rgb(170,135,68); }

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

background-color css

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

 a { background-color: rgb(170,135,68); }

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

border-color css

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

 span { border-color: rgb(170,135,68); }

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