Html Css Color HEX #AA8F3D Luxor Gold

📋 copy color: '#AA8F3D'

red 170 ◦ green 143 ◦ blue 61

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

Shades of Luxor Gold #AA8F3D

Tints of Luxor Gold #AA8F3D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

 BLUE value IS 61 (24.22% from 255) = 16.31%

R = 45.45%
G = 38.24%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA8F3D (or 0xAA8F3D) is known color: Luxor Gold. HEX triplet: AA, 8F and 3D. RGB value is (170,143,61). Sum of RGB (Red+Green+Blue) = 170+143+61=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F3D is #5570C2. Grayscale: #8E8E8E. Windows color (decimal): -5599427 or 4034474. OLE color: 4034474.

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

Color convert

RGB 170 143 61 -
CMYK 0 0.16 0.64 0.33
HSL 45.14º 0.47% 0.45% -
HSV(B) 45.14º 0.64% 0.67% -
XYZ 27.24 28.53 8.49 -
YUV 141.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 170 143 61 0 0.16 0.64 0.33 45.14 0.47 0.45
Hex AA 8F 3D 0 10 40 21 2D 2F 2D
Octal 252 217 75 0 20 100 41 55 57 55
Binary 10101010 10001111 111101 0 10000 1000000 100001 101101 101111 101101

Color Harmonies of #AA8F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F3D

Black with #AA8F3D

Text Example


Text Example

White with #AA8F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F3D; }

 p { color: rgb(170,143,61); }

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

background-color css

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

 a { background-color: rgb(170,143,61); }

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

border-color css

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

 span { border-color: rgb(170,143,61); }

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