Html Css Color HEX #AA8B43 Luxor Gold

📋 copy color: '#AA8B43'

red 170 ◦ green 139 ◦ blue 67

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

Shades of Luxor Gold #AA8B43

Tints of Luxor Gold #AA8B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.82%

R = 45.21%
G = 36.97%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA8B43 (or 0xAA8B43) is known color: Luxor Gold. HEX triplet: AA, 8B and 43. RGB value is (170,139,67). Sum of RGB (Red+Green+Blue) = 170+139+67=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8B43 is #5574BC. Grayscale: #8C8C8C. Windows color (decimal): -5600445 or 4426666. OLE color: 4426666.

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

Color convert

RGB 170 139 67 -
CMYK 0 0.18 0.61 0.33
HSL 41.94º 0.43% 0.46% -
HSV(B) 41.94º 0.61% 0.67% -
XYZ 26.82 27.42 9.19 -
YUV 140.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 170 139 67 0 0.18 0.61 0.33 41.94 0.43 0.46
Hex AA 8B 43 0 12 3D 21 2A 2B 2E
Octal 252 213 103 0 22 75 41 52 53 56
Binary 10101010 10001011 1000011 0 10010 111101 100001 101010 101011 101110

Color Harmonies of #AA8B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B43

Black with #AA8B43

Text Example


Text Example

White with #AA8B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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