Html Css Color HEX #A29042 Luxor Gold

📋 copy color: '#A29042'

red 162 ◦ green 144 ◦ blue 66

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

Shades of Luxor Gold #A29042

Tints of Luxor Gold #A29042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

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

R = 43.55%
G = 38.71%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A29042 (or 0xA29042) is known color: Luxor Gold. HEX triplet: A2, 90 and 42. RGB value is (162,144,66). Sum of RGB (Red+Green+Blue) = 162+144+66=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A29042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29042 is #5D6FBD. Grayscale: #8C8C8C. Windows color (decimal): -6123454 or 4362402. OLE color: 4362402.

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

Color convert

RGB 162 144 66 -
CMYK 0 0.11 0.59 0.36
HSL 48.75º 0.42% 0.45% -
HSV(B) 48.75º 0.59% 0.64% -
XYZ 25.86 28.02 9.2 -
YUV 140.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 162 144 66 0 0.11 0.59 0.36 48.75 0.42 0.45
Hex A2 90 42 0 B 3B 24 31 2A 2D
Octal 242 220 102 0 13 73 44 61 52 55
Binary 10100010 10010000 1000010 0 1011 111011 100100 110001 101010 101101

Color Harmonies of #A29042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29042

Black with #A29042

Text Example


Text Example

White with #A29042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29042; }

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

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

background-color css

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

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

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

border-color css

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

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

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