Html Css Color HEX #A29446 Luxor Gold

📋 copy color: '#A29446'

red 162 ◦ green 148 ◦ blue 70

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

Shades of Luxor Gold #A29446

Tints of Luxor Gold #A29446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

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

R = 42.63%
G = 38.95%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A29446 (or 0xA29446) is known color: Luxor Gold. HEX triplet: A2, 94 and 46. RGB value is (162,148,70). Sum of RGB (Red+Green+Blue) = 162+148+70=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A29446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29446 is #5D6BB9. Grayscale: #8F8F8F. Windows color (decimal): -6122426 or 4625570. OLE color: 4625570.

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

Color convert

RGB 162 148 70 -
CMYK 0 0.09 0.57 0.36
HSL 50.87º 0.4% 0.45% -
HSV(B) 50.87º 0.57% 0.64% -
XYZ 26.6 29.3 10.05 -
YUV 143.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 162 148 70 0 0.09 0.57 0.36 50.87 0.4 0.45
Hex A2 94 46 0 9 39 24 33 28 2D
Octal 242 224 106 0 11 71 44 63 50 55
Binary 10100010 10010100 1000110 0 1001 111001 100100 110011 101000 101101

Color Harmonies of #A29446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29446

Black with #A29446

Text Example


Text Example

White with #A29446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29446; }

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

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

background-color css

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

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

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

border-color css

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

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

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