Html Css Color HEX #A29040 Luxor Gold

📋 copy color: '#A29040'

red 162 ◦ green 144 ◦ blue 64

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

Shades of Luxor Gold #A29040

Tints of Luxor Gold #A29040

RGB

 RED value IS 162 (63.67% from 255) = 43.78%

 GREEN value IS 144 (56.64% from 255) = 38.92%

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 43.78%
G = 38.92%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A29040 (or 0xA29040) is known color: Luxor Gold. HEX triplet: A2, 90 and 40. RGB value is (162,144,64). Sum of RGB (Red+Green+Blue) = 162+144+64=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A29040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29040 is #5D6FBF. Grayscale: #8C8C8C. Windows color (decimal): -6123456 or 4231330. OLE color: 4231330.

HSL color Cylindrical-coordinate representation of color #A29040: hue angle of 48.98º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29040 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 64 -
CMYK 0 0.11 0.60 0.36
HSL 48.98º 0.43% 0.44% -
HSV(B) 48.98º 0.6% 0.64% -
XYZ 25.8 28 8.89 -
YUV 140.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 162 144 64 0 0.11 0.60 0.36 48.98 0.43 0.44
Hex A2 90 40 0 B 3C 24 31 2B 2C
Octal 242 220 100 0 13 74 44 61 53 54
Binary 10100010 10010000 1000000 0 1011 111100 100100 110001 101011 101100

Color Harmonies of #A29040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29040

Black with #A29040

Text Example


Text Example

White with #A29040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29040; }

 p { color: rgb(162,144,64); }

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

background-color css

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

 a { background-color: rgb(162,144,64); }

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

border-color css

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

 span { border-color: rgb(162,144,64); }

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