Html Css Color HEX #A29248 Luxor Gold

📋 copy color: '#A29248'

red 162 ◦ green 146 ◦ blue 72

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

Shades of Luxor Gold #A29248

Tints of Luxor Gold #A29248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.95%

R = 42.63%
G = 38.42%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A29248 (or 0xA29248) is known color: Luxor Gold. HEX triplet: A2, 92 and 48. RGB value is (162,146,72). Sum of RGB (Red+Green+Blue) = 162+146+72=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A29248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29248 is #5D6DB7. Grayscale: #8E8E8E. Windows color (decimal): -6122936 or 4756130. OLE color: 4756130.

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

Color convert

RGB 162 146 72 -
CMYK 0 0.10 0.56 0.36
HSL 49.33º 0.38% 0.46% -
HSV(B) 49.33º 0.56% 0.64% -
XYZ 26.35 28.71 10.28 -
YUV 142.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 162 146 72 0 0.10 0.56 0.36 49.33 0.38 0.46
Hex A2 92 48 0 A 38 24 31 26 2E
Octal 242 222 110 0 12 70 44 61 46 56
Binary 10100010 10010010 1001000 0 1010 111000 100100 110001 100110 101110

Color Harmonies of #A29248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29248

Black with #A29248

Text Example


Text Example

White with #A29248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29248; }

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

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

background-color css

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

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

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

border-color css

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

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

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