Html Css Color HEX #A29146 Luxor Gold

📋 copy color: '#A29146'

red 162 ◦ green 145 ◦ blue 70

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

Shades of Luxor Gold #A29146

Tints of Luxor Gold #A29146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 42.97%
G = 38.46%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A29146 (or 0xA29146) is known color: Luxor Gold. HEX triplet: A2, 91 and 46. RGB value is (162,145,70). Sum of RGB (Red+Green+Blue) = 162+145+70=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A29146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29146 is #5D6EB9. Grayscale: #8D8D8D. Windows color (decimal): -6123194 or 4624802. OLE color: 4624802.

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

Color convert

RGB 162 145 70 -
CMYK 0 0.10 0.57 0.36
HSL 48.91º 0.4% 0.45% -
HSV(B) 48.91º 0.57% 0.64% -
XYZ 26.13 28.37 9.89 -
YUV 141.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 162 145 70 0 0.10 0.57 0.36 48.91 0.4 0.45
Hex A2 91 46 0 A 39 24 31 28 2D
Octal 242 221 106 0 12 71 44 61 50 55
Binary 10100010 10010001 1000110 0 1010 111001 100100 110001 101000 101101

Color Harmonies of #A29146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29146

Black with #A29146

Text Example


Text Example

White with #A29146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29146; }

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

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

background-color css

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

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

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

border-color css

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

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

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