Html Css Color HEX #A29342 Luxor Gold

📋 copy color: '#A29342'

red 162 ◦ green 147 ◦ blue 66

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

Shades of Luxor Gold #A29342

Tints of Luxor Gold #A29342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.2%

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

R = 43.2%
G = 39.2%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A29342 (or 0xA29342) is known color: Luxor Gold. HEX triplet: A2, 93 and 42. RGB value is (162,147,66). Sum of RGB (Red+Green+Blue) = 162+147+66=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A29342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29342 is #5D6CBD. Grayscale: #8E8E8E. Windows color (decimal): -6122686 or 4363170. OLE color: 4363170.

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

Color convert

RGB 162 147 66 -
CMYK 0 0.09 0.59 0.36
HSL 50.63º 0.42% 0.45% -
HSV(B) 50.63º 0.59% 0.64% -
XYZ 26.32 28.94 9.35 -
YUV 142.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 162 147 66 0 0.09 0.59 0.36 50.63 0.42 0.45
Hex A2 93 42 0 9 3B 24 33 2A 2D
Octal 242 223 102 0 11 73 44 63 52 55
Binary 10100010 10010011 1000010 0 1001 111011 100100 110011 101010 101101

Color Harmonies of #A29342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29342

Black with #A29342

Text Example


Text Example

White with #A29342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29342; }

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

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

background-color css

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

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

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

border-color css

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

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

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