Html Css Color HEX #A39041 Luxor Gold

📋 copy color: '#A39041'

red 163 ◦ green 144 ◦ blue 65

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

Shades of Luxor Gold #A39041

Tints of Luxor Gold #A39041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 43.82%
G = 38.71%
B = 17.47%

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

#A39041 (or 0xA39041) is known color: Luxor Gold. HEX triplet: A3, 90 and 41. RGB value is (163,144,65). Sum of RGB (Red+Green+Blue) = 163+144+65=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A39041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39041 is #5C6FBE. Grayscale: #8D8D8D. Windows color (decimal): -6057919 or 4296867. OLE color: 4296867.

HSL color Cylindrical-coordinate representation of color #A39041: 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 #A39041 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 65 -
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.03 28.11 9.06 -
YUV 140.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 163 144 65 0 0.12 0.60 0.36 48.37 0.43 0.45
Hex A3 90 41 0 C 3C 24 30 2B 2D
Octal 243 220 101 0 14 74 44 60 53 55
Binary 10100011 10010000 1000001 0 1100 111100 100100 110000 101011 101101

Color Harmonies of #A39041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39041

Black with #A39041

Text Example


Text Example

White with #A39041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39041; }

 p { color: rgb(163,144,65); }

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

background-color css

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

 a { background-color: rgb(163,144,65); }

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

border-color css

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

 span { border-color: rgb(163,144,65); }

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