Html Css Color HEX #A29242 Luxor Gold

📋 copy color: '#A29242'

red 162 ◦ green 146 ◦ blue 66

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

Shades of Luxor Gold #A29242

Tints of Luxor Gold #A29242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 43.32%
G = 39.04%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A29242 (or 0xA29242) is known color: Luxor Gold. HEX triplet: A2, 92 and 42. RGB value is (162,146,66). Sum of RGB (Red+Green+Blue) = 162+146+66=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A29242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29242 is #5D6DBD. Grayscale: #8E8E8E. Windows color (decimal): -6122942 or 4362914. OLE color: 4362914.

HSL color Cylindrical-coordinate representation of color #A29242: hue angle of 50º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A29242 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 146 66 -
CMYK 0 0.10 0.59 0.36
HSL 50º 0.42% 0.45% -
HSV(B) 50º 0.59% 0.64% -
XYZ 26.16 28.63 9.3 -
YUV 141.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 162 146 66 0 0.10 0.59 0.36 50 0.42 0.45
Hex A2 92 42 0 A 3B 24 32 2A 2D
Octal 242 222 102 0 12 73 44 62 52 55
Binary 10100010 10010010 1000010 0 1010 111011 100100 110010 101010 101101

Color Harmonies of #A29242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29242

Black with #A29242

Text Example


Text Example

White with #A29242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29242; }

 p { color: rgb(162,146,66); }

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

background-color css

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

 a { background-color: rgb(162,146,66); }

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

border-color css

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

 span { border-color: rgb(162,146,66); }

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