Html Css Color HEX #A29144 Luxor Gold

📋 copy color: '#A29144'

red 162 ◦ green 145 ◦ blue 68

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

Shades of Luxor Gold #A29144

Tints of Luxor Gold #A29144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 43.2%
G = 38.67%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A29144 (or 0xA29144) is known color: Luxor Gold. HEX triplet: A2, 91 and 44. RGB value is (162,145,68). Sum of RGB (Red+Green+Blue) = 162+145+68=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A29144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29144 is #5D6EBB. Grayscale: #8D8D8D. Windows color (decimal): -6123196 or 4493730. OLE color: 4493730.

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

Color convert

RGB 162 145 68 -
CMYK 0 0.10 0.58 0.36
HSL 49.15º 0.41% 0.45% -
HSV(B) 49.15º 0.58% 0.64% -
XYZ 26.07 28.35 9.57 -
YUV 141.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 162 145 68 0 0.10 0.58 0.36 49.15 0.41 0.45
Hex A2 91 44 0 A 3A 24 31 29 2D
Octal 242 221 104 0 12 72 44 61 51 55
Binary 10100010 10010001 1000100 0 1010 111010 100100 110001 101001 101101

Color Harmonies of #A29144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29144

Black with #A29144

Text Example


Text Example

White with #A29144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29144; }

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

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

background-color css

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

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

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

border-color css

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

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

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