Html Css Color HEX #A39240 Luxor Gold

📋 copy color: '#A39240'

red 163 ◦ green 146 ◦ blue 64

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

Shades of Luxor Gold #A39240

Tints of Luxor Gold #A39240

RGB

 RED value IS 163 (64.06% from 255) = 43.7%

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 43.7%
G = 39.14%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A39240 (or 0xA39240) is known color: Luxor Gold. HEX triplet: A3, 92 and 40. RGB value is (163,146,64). Sum of RGB (Red+Green+Blue) = 163+146+64=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A39240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39240 is #5C6DBF. Grayscale: #8E8E8E. Windows color (decimal): -6057408 or 4231843. OLE color: 4231843.

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

Color convert

RGB 163 146 64 -
CMYK 0 0.10 0.61 0.36
HSL 49.7º 0.44% 0.45% -
HSV(B) 49.7º 0.61% 0.64% -
XYZ 26.31 28.71 9.01 -
YUV 141.74 84.13 143.17 -
System Red Green Blue C M Y K H S L
Decimal 163 146 64 0 0.10 0.61 0.36 49.7 0.44 0.45
Hex A3 92 40 0 A 3D 24 32 2C 2D
Octal 243 222 100 0 12 75 44 62 54 55
Binary 10100011 10010010 1000000 0 1010 111101 100100 110010 101100 101101

Color Harmonies of #A39240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39240

Black with #A39240

Text Example


Text Example

White with #A39240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39240; }

 p { color: rgb(163,146,64); }

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

background-color css

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

 a { background-color: rgb(163,146,64); }

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

border-color css

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

 span { border-color: rgb(163,146,64); }

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