Html Css Color HEX #A29140 Luxor Gold

📋 copy color: '#A29140'

red 162 ◦ green 145 ◦ blue 64

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

Shades of Luxor Gold #A29140

Tints of Luxor Gold #A29140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

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

R = 43.67%
G = 39.08%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A29140 (or 0xA29140) is known color: Luxor Gold. HEX triplet: A2, 91 and 40. RGB value is (162,145,64). Sum of RGB (Red+Green+Blue) = 162+145+64=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A29140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29140 is #5D6EBF. Grayscale: #8D8D8D. Windows color (decimal): -6123200 or 4231586. OLE color: 4231586.

HSL color Cylindrical-coordinate representation of color #A29140: hue angle of 49.59º 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 #A29140 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 64 -
CMYK 0 0.10 0.60 0.36
HSL 49.59º 0.43% 0.44% -
HSV(B) 49.59º 0.6% 0.64% -
XYZ 25.95 28.3 8.95 -
YUV 140.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 162 145 64 0 0.10 0.60 0.36 49.59 0.43 0.44
Hex A2 91 40 0 A 3C 24 32 2B 2C
Octal 242 221 100 0 12 74 44 62 53 54
Binary 10100010 10010001 1000000 0 1010 111100 100100 110010 101011 101100

Color Harmonies of #A29140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29140

Black with #A29140

Text Example


Text Example

White with #A29140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29140; }

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

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

background-color css

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

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

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

border-color css

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

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

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