Html Css Color HEX #A49142 Luxor Gold

📋 copy color: '#A49142'

red 164 ◦ green 145 ◦ blue 66

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

Shades of Luxor Gold #A49142

Tints of Luxor Gold #A49142

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

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

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

R = 43.73%
G = 38.67%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A49142 (or 0xA49142) is known color: Luxor Gold. HEX triplet: A4, 91 and 42. RGB value is (164,145,66). Sum of RGB (Red+Green+Blue) = 164+145+66=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49142 is #5B6EBD. Grayscale: #8E8E8E. Windows color (decimal): -5992126 or 4362660. OLE color: 4362660.

HSL color Cylindrical-coordinate representation of color #A49142: hue angle of 48.37º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A49142 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 66 -
CMYK 0 0.12 0.60 0.36
HSL 48.37º 0.43% 0.45% -
HSV(B) 48.37º 0.6% 0.64% -
XYZ 26.42 28.54 9.27 -
YUV 141.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 164 145 66 0 0.12 0.60 0.36 48.37 0.43 0.45
Hex A4 91 42 0 C 3C 24 30 2B 2D
Octal 244 221 102 0 14 74 44 60 53 55
Binary 10100100 10010001 1000010 0 1100 111100 100100 110000 101011 101101

Color Harmonies of #A49142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49142

Black with #A49142

Text Example


Text Example

White with #A49142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49142; }

 p { color: rgb(164,145,66); }

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

background-color css

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

 a { background-color: rgb(164,145,66); }

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

border-color css

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

 span { border-color: rgb(164,145,66); }

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